v1.8.1
This version includes some bug fixes and improvements, especially in atomFamily
and atomWithStorage
in jotai/utils
.
What's Changed
- fix(utils): avoid catching storage error in atomWithStorage by @dai-shi in #1363
- fix(babel): Add abortableAtom to babel plugins by @Thisen in #1365
- fix(utils/atomFamily): handle edge case with shouldRemove and custom equality function by @dai-shi in #1366
- refactor(devtools): silent useAtomsSnapshot/useGotoAtomsSnapshot in prod by @Aslemammad in #1367
Full Changelog: v1.8.0...v1.8.1