Error: Cannot read property 'None' of undefined stack
Error: Cannot read property 'None' of undefined stack
使用react native然后突然收到如下错误:
Error: Cannot read property 'None' of undefined
stack:
<unknown> index.ios.bundle:24759
require index.ios.bundle:254
<unknown> index.ios.bundle:23809
require index.ios.bundle:254
<unknown> index.ios.bundle:1508
require index.ios.bundle:254
<unknown> index.ios.bundle:1435
require index.ios.bundle:254
require index.ios.bundle:200
<unknown> index.ios.bundle:59178
URL: undefined
line: undefined
message: Cannot read property 'None' of undefinedhandleException @ ExceptionsManager.js:69handleErrorWithRedBox @ InitializeJavaScriptAppEngine.js:38ErrorUtils.reportFatalError @ error-guard.js:28require @ require.js:197(anonymous function) @ RunMainModule.js:1
我不确定问题出在哪里,因为我没有对我的代码进行任何更改,而且错误没有引用我编写的任何行。我只是在学习反应,所以对于任何新手问题我深表歉意。
在我使用一个名为 react-native-looped-carousel 的 npm 包后,我得到了同样的错误,在我删除它之后,它又可以正常工作了。
您可以尝试删除一些最近安装的软件包,我认为这可能会导致此错误。
使用react native然后突然收到如下错误:
Error: Cannot read property 'None' of undefined
stack:
<unknown> index.ios.bundle:24759
require index.ios.bundle:254
<unknown> index.ios.bundle:23809
require index.ios.bundle:254
<unknown> index.ios.bundle:1508
require index.ios.bundle:254
<unknown> index.ios.bundle:1435
require index.ios.bundle:254
require index.ios.bundle:200
<unknown> index.ios.bundle:59178
URL: undefined
line: undefined
message: Cannot read property 'None' of undefinedhandleException @ ExceptionsManager.js:69handleErrorWithRedBox @ InitializeJavaScriptAppEngine.js:38ErrorUtils.reportFatalError @ error-guard.js:28require @ require.js:197(anonymous function) @ RunMainModule.js:1
我不确定问题出在哪里,因为我没有对我的代码进行任何更改,而且错误没有引用我编写的任何行。我只是在学习反应,所以对于任何新手问题我深表歉意。
在我使用一个名为 react-native-looped-carousel 的 npm 包后,我得到了同样的错误,在我删除它之后,它又可以正常工作了。
您可以尝试删除一些最近安装的软件包,我认为这可能会导致此错误。