在mapState中使用state.getIn(['home', 'topicList'])会报错
来源:8-3 首页专题区域布局及reducer的设计

陈玉亭000
2019-07-29
在mapState中使用state.getIn(['home', 'topicList'])会报错:Uncaught TypeError: state.getIn is not a function
写回答
2回答
-
疯狂上岸
2019-12-27
const mapStateToProps = (state) => ({
list: state.getIn(['home', 'topicList'])
});
我这样写没有报错呀,是不是箭头函数写错了
00 -
Dell
2019-07-30
代码贴上来
00
相似问题