this.setState(store.getState()); 报错
来源:5-5 Action 和 Reducer 的编写
诗人的眼泪2
2018-09-20
handleStoreChange(){ this.setState(store.getState()); } 这里会报错 :Cannot read property 'setState' of undefined
写回答
3回答
-
诗人的眼泪2
提问者
2018-09-22
已找到问题
012021-09-11 -
Dell
2018-09-22
你的this指向是不是有问题啊
00 -
Siio
2018-09-21
可能是,在你的reducer.js里面state参数没有默认值
state = defaultState00
相似问题