Skip to content

v1.1.1

Compare
Choose a tag to compare
@dai-shi dai-shi released this 28 Jun 13:55

Summary

jotai (dev only)

  • Fixed Provider's initialValues handling in DEV
    • This is more for jotai/devtools

jotai/utils

  • Fixed atomWithStorage for React Native AsyncStorage

jotai/query

  • Fixed atomWithQuery error handling

PRs

  • #566 fix(snapshot): Add initialValues to debugstore init
  • #567 fix(query): handle error in atomWithQuery
  • #569 fix(utils/atomWithStorage): async storage support