mobx-react@9.0.0
github-actions
released this
12 Jul 17:58
·
101 commits
to main
since this release
Major Changes
473cb3f5
#3718 Thanks @mweststrate! - - Fixedobserver
inStrictMode
#3671- [BREAKING CHANGE] Class component's
props
/state
/context
are no longer observable. Attempt to use these in any derivation other than component'srender
throws and error. For details see https://github.com/mobxjs/mobx/blob/main/packages/mobx-react/README.md#note-on-using-props-and-state-in-derivations - Extending or applying
observer
classes is now explicitly forbidden
- [BREAKING CHANGE] Class component's