v2.15.2
This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.
What's Changed
- fix(internals): add dev-only warning for unsupported side effect by @dai-shi in https://github.com/pmndrs/jotai/pull/3179
- refactor(utils): prefer onInit over setSelf by @dai-shi in https://github.com/pmndrs/jotai/pull/3172
- fix(internals): add storeHooks.i to be called when atomState is created by @dmaskasky in https://github.com/pmndrs/jotai/pull/3181
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.1...v2.15.2