Summary
jotai
- Added experimental
unstable_promiseoption ingetin atom write
jotai/utils
- Fixed dual render issue with
atomWithStorageand improved it withsubscribeoption - Improved
atomWithDefaultwith "REFRESH" capability - Fixed a bug in
splitAtomin edge use cases
PRs
- #532 refactor(devtools): remove unused code
- #526 fix(query): refactor atomWithQuery to avoid possible memory leaks
- #543 fix(core): disable useDebugState in test env
- #541 fix(utils/splitAtom): add a DEV warning on wrong atom configs
- #539 fix(core): add experimental promise option for write getter
- #537 fix(utils/atomWithDefault): support refresh
- #540 fix(utils): improve atomWithStorage covering atomWithHash
- #547 fix(query): queryClientAtom for initialValues