Rendering does not work when using mobx together
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
Can you try https://github.com/andreypopp/autobind-decorator/pull/79 and see if it fixes your problem?
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.
@realfresh can you try #79?