JavaShuo
欄目
標籤
React踩坑:TypeError Cannot read property props of undefined
時間 2021-01-17
標籤
react
javascript
欄目
React
简体版
原文
原文鏈接
錯誤:點擊按鈕以後想要視情況跳轉頁面,但是用this.props.history.push()的時候報錯TypeError: Cannot read property ‘props’ of undefined 錯誤原因:沒有給函數綁定this,函數內部引用this的時候無法解析出this,也就得不到this的屬性props了。 解決方法:在組件的構造函數constructor中添加: this.函
>>阅读原文<<
相關文章
1.
react報錯 TypeError: Cannot read property 'setState' of undefined
2.
TypeError: Cannot read property 'compilation' of undefined
3.
"TypeError: Cannot read property ‘_wrapper’ of undefined"
4.
TypeError: Cannot read property 'key' of undefined
5.
TypeError Cannot read property ‘nativeElement’ of undefined
6.
TypeError: Cannot read property 'split' of undefined
7.
TypeError: Cannot read property 'getUserMedia' of undefined
8.
TypeError: Cannot read property '$createElement' of undefined
9.
TypeError: Cannot read property 'toString' of undefined
10.
TypeError: Cannot read property 'gc' of undefined
更多相關文章...
•
ASP Read 方法
-
ASP 教程
•
ADO Property 對象
-
ADO 教程
•
爲了進字節跳動,我精選了29道Java經典算法題,帶詳細講解
•
PHP Ajax 跨域問題最佳解決方案
相關標籤/搜索
typeerror
踩坑
property
undefined
props
React踩坑指南
read
read%
踩坑日記
踩坑之旅
React
JavaScript
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
說說Python中的垃圾回收機制?
2.
螞蟻金服面試分享,阿里的offer真的不難,3位朋友全部offer
3.
Spring Boot (三十一)——自定義歡迎頁及favicon
4.
Spring Boot核心架構
5.
IDEA創建maven web工程
6.
在IDEA中利用maven創建java項目和web項目
7.
myeclipse新導入項目基本配置
8.
zkdash的安裝和配置
9.
什麼情況下會導致Python內存溢出?要如何處理?
10.
CentoOS7下vim輸入中文
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
react報錯 TypeError: Cannot read property 'setState' of undefined
2.
TypeError: Cannot read property 'compilation' of undefined
3.
"TypeError: Cannot read property ‘_wrapper’ of undefined"
4.
TypeError: Cannot read property 'key' of undefined
5.
TypeError Cannot read property ‘nativeElement’ of undefined
6.
TypeError: Cannot read property 'split' of undefined
7.
TypeError: Cannot read property 'getUserMedia' of undefined
8.
TypeError: Cannot read property '$createElement' of undefined
9.
TypeError: Cannot read property 'toString' of undefined
10.
TypeError: Cannot read property 'gc' of undefined
>>更多相關文章<<