Replies: 1 comment
-
I’m 95% sure that Mobx already does that and has for at least seven or more years. It is possible to modify non-observable values if I recall, or to do whatever you want asynchronously like in a setTimeout since the tracking is done synchronously (though not recommending that). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to configure MobX to issue a warning when code in a computed property tries to modify an observable value?
Beta Was this translation helpful? Give feedback.
All reactions