Cannot read property 'isRequired' of null有什么方法能快速定

Uncaught TypeError: Cannot read property 'isRequired' of null


当react+webpack打包出来后,报上面的错,有什么办法能快速定位到这种错误的位置么,特别是在东西多了,就不好找了


智慧大石
浏览 681回答 1
1回答

ibeautiful

全局查找看哪用到了。估计是哪里数据没有做判空的判断。组件做Prop Validation在开发时就应该排除这种错误,都打包编译完了在哪找
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript