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
Basically it seems that computeds that use getRoot and attempt to access observables that no longer exist can run into a cycle error? TBH I'm not sure, but I've got a reproduction. Note that this error is only visible if the mobx disableErrorBoundaries option is set to true.
Basically it seems that computeds that use getRoot and attempt to access observables that no longer exist can run into a cycle error? TBH I'm not sure, but I've got a reproduction. Note that this error is only visible if the mobx
disableErrorBoundaries
option is set to true.Reproduction: https://github.com/marbemac/mobx-keystone-circular-error (instructions to run in the readme).
The text was updated successfully, but these errors were encountered: