在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'])

});

我这样写没有报错呀,是不是箭头函数写错了

0
0

Dell

2019-07-30

代码贴上来

0
0

React零基础入门到实战,完成企业级项目简书网站开发

主流新技术 React-redux,React-router4,贯穿基础语法

5275 学习 · 2497 问题

查看课程