Cannot read property 'state' of undefined。

来源:5-5 Action 和 Reducer 的编写

qq_风再起时_11

2019-03-26

在Store下的index.js引入Redux //window._REDUX_DEVTOOLS_EXTENSION&& window.REDUX_DEVTOOLS_EXTENSION( )
之后,控制台报错TypeError: Cannot read property ‘state’ of undefined。
指向TodoList.js下的
constructor(props) {
super(props);
this.state = store.getState();
}
请问老师是什么原因?

写回答

1回答

Dell

2019-03-26

升级下你的插件再试试

0
0

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

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

5275 学习 · 2496 问题

查看课程