当我们使用MobX flow修饰函数,flowtype 认为 this 是any 类型并且不进行类型检查。 class MyComponent extends Component<*> { actionMethod = flow(function*(){ ...
確定! 回上一頁