Releases: mobxjs/mobx
[email protected]
Patch Changes
-
6b304232
#2644 Thanks @rokoroku! - Fix broken error reference in errors.ts -
83b84fd3
#2740 Thanks @iChenLei! - Infer optional / promiseaction
args type correctly -
65c7b73b
#2717 Thanks @ahoisl! - The TypeScript typeCreateObservableOptions
is now exported. -
989390d4
#2594 Thanks @urugator! - Fixed #2579 -observable
does not ignore class instances -
dea1cf18
#2726 Thanks @mweststrate! - fix:onBecomeObserved
was not triggered correctly for computed dependencies of computeds. Fixes #2686, #2667 -
592e6e99
#2743 Thanks @vkrol! - RemovesideEffects
section inmobx-react-lite
package.json
🚨🚨🚨 If you are upgrading from V4/V5, please follow the migration guide.
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
[email protected]
Patch Changes
-
Updated dependencies [
79a09f49
]:
[email protected]
Patch Changes
-
01a050f7
Thanks @FredyC! - Fix use of react-dom vs react-nativeThe
es
folder content is compiled only without transpilation to keeputils/reactBatchedUpdates
which exists in DOM and RN versions. The bundledesm
is still kept around too, especially the prod/dev ones that should be utilized in modern browser environments.