Skip to content

v1.3.3

Compare
Choose a tag to compare
@dai-shi dai-shi released this 09 Sep 14:37
· 960 commits to main since this release

Summary

jotai

Previously, writing atom returns always void, but this was troublesome when a derived atom has a custom write function which returns a promise. Now, it returns a promise if write returns a promise.

PRs

  • #687 refactor(core): re-implement useAtom with useReducer
  • #689 fix(core): return promise void on write atom and set