根据React 16.3,现在我们可以订阅道具更改了 https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#adding-event-listeners-or-subscriptions
我为此创建了一个沙箱(https://codesandbox.io/s/myvwo693r9),但它总是报告
this.props.dataSource.subscribe is not a function
有人建议为什么它不起作用?