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
In general this sounds like a transpilation setup issue (e.g. using loose instead of strict class field transpilation), but since the sandbox doesn't expose any configuration it is hard to tell.
Intended outcome:
comp1 color will change to green
comp2 click2 will not warning
Actual outcome:
comp1 color not change until forceUpdate
comp2 click2 warning not in a action
How to reproduce the issue:
demo
Versions
"mobx": "^6.12.0",
"mobx-react": "9.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
The text was updated successfully, but these errors were encountered: