& items.push(component) == 1) {//语句1 // 只会执行一遍 (options.debounceRendering || defer)(rerender...); // 相当于setTimeout render 语句2 } } export fu...
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...