...from componentWillMount does not trigger react rerender...
Hello, thanks for your awesome work on mobx-react! I observe a behavior that I could not find documented and looks like a bug: when calling an action asynchronously from a componentWillMount hook, the react component will not rerender, w...