开发者问题收集
我在我的React应用中使用Flow v.0.52进行输入,但在正确分配默认 props 方面遇到了问题。News.jsxclass News extends Component {static defaultProps = {postList: {apiData: [], total: '0'},};componentDidMount() {this.props.getPostListData(