0
的「__reactInternalInstance $ 3im0dodlvm6」我想了解下面的錯誤原因:遺漏的類型錯誤:無法讀取屬性空
Uncaught TypeError: Cannot read property '__reactInternalInstance$3im0dodlvm6' of null
我的應用程序的工作沒有任何問題。在控制檯上顯示這個令人不快的錯誤。
SOLUTION
我承認發生問題,因爲我bundle.js被複制我的網頁上,這是造成問題
感謝。
如果沒有更多信息,無法縮小範圍。但是一般來說,在你的代碼的某個地方你有類似的東西:someVariable .__ reactInternalInstance $ 3im0dodlvm6,其中someVariable有一個空值,因此沒有任何屬性。 –
[React組件返回無法讀取屬性'\ _ \ _ reactInternalInstance $ null之後嘗試訪問數組]可能重複(https://stackoverflow.com/questions/38653696/react-component-returning-cannot-read-property- reactinternalinstance-的空) – jonahe