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
升级下你的插件再试试
00
相似问题