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
If you are using mobx together, if you use @boundClass on the react component, if you move to another page after the page call and go back to that page, you will not render it, even though you change the value of @observable in mobx
The text was updated successfully, but these errors were encountered:
Same problem for me, nearly blew my brains narrowing it down to autobind decrator. The main gotcha is if you are using HMR with parcel (not sure about webpack), somehow the issue is masked, so it will only show itself in production builds.
If you are using mobx together, if you use @boundClass on the react component, if you move to another page after the page call and go back to that page, you will not render it, even though you change the value of @observable in mobx
The text was updated successfully, but these errors were encountered: