You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mobx-react v7 to v9 introduces a breaking change that will require large changes. Computed values and reactions no longer response to (and accept) react states and props. Looks like we will need to create observable copies for all props that are used in computed values and reactions, which could be a huge work.
mobx-react v7 to v9 introduces a breaking change that will require large changes. Computed values and reactions no longer response to (and accept) react states and props. Looks like we will need to create observable copies for all props that are used in computed values and reactions, which could be a huge work.
Details: https://github.com/mobxjs/mobx/tree/main/packages/mobx-react#note-on-using-props-and-state-in-derivations
The text was updated successfully, but these errors were encountered: