作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
TypeError: Cannot read property 'searchField' of undefined
Function.mapStateToProps [as mapToProps]
C:/Users/windw/Desktop/robofriends/src/containers/App.js:11
8 |
9 | const mapStateToProps = state => {
10 | return {
> 11 | searchField: state.searchRobots.searchField
12 | }
13 | }
14 |
最佳答案
用这个 搜索字段:state.searchField 代替搜索字段:state.searchRobots.searchField
并且您的讲师还将在视频的后面部分指导您删除searchRobots。
关于javascript - react 类型错误 : Cannot read property 'searchField' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55283689/
我是一名优秀的程序员,十分优秀!