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