v1.3.0
Summary
jotai
We fixed atom scope feature. useAtom
now takes optional scope
in the second argument and atom.scope
is deprecated. As it falls back to the previous behavior, the core is not breaking. (However, other jotai/*
has breaking changes in atom scope handling.)
jotai/utils
- New experimental
useHydrateAtoms
hook to restore atom values in render. - Fixed performance related issues for
waitForAll
anduseAtomCallback
.