This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.
What's Changed
- fix(vanilla): subscriber not notified when derived read calls store.set by @dmaskasky in #3245
- fix(vanilla/utils/atomWithObservable): add 'Symbol.observable' type support to 'ObservableLike' by @sukvvon in #3253
- refactor(vanilla/utils/atomWithStorage): use optional chaining for 'storage.subscribe' by @sukvvon in #3260
Full Changelog: v2.18.0...v2.18.1