v1.3.9
Summary
There was an edge-case issue with async atoms reported #751, which is fixed. Other changes are basically refactoring, but they may fix some potential bugs.
What's Changed
- fix(core): resolve infinite loop with chained async dependencies by @dai-shi in #766
- fix(query): improve atomWith(Infinite)Query with enabled by @dai-shi in #767
- fix(core): improve reading atom state by @dai-shi in #768
- fix(core): promise handling in store by @dai-shi in #769
Full Changelog: v1.3.8...v1.3.9