更新了对V16.1.1&的反应与最新版本

时间:2017-11-28 14:23:09

标签: reactjs webpack

我将我的网络应用程序更新到最新版本的React V16.1.1。

除此之外,我更新了所有最新的依赖项,如webpack,babel等。

webpack编译&在编译时不会抛出任何错误,但在运行时,我面临控制台窗口中显示的下述错误。

Uncaught TypeError: Cannot read property 'bool' of undefined
at Object.defineProperty.value (influencerApp.js?ver=1511878497:48295)
at __webpack_require__ (influencerApp.js?ver=1511878497:20)
at Object.defineProperty.value (influencerApp.js?ver=1511878497:21935)
at __webpack_require__ (influencerApp.js?ver=1511878497:20)
at Object.<anonymous> (influencerApp.js?ver=1511878497:101593)
at __webpack_require__ (influencerApp.js?ver=1511878497:20)
at Object.defineProperty.value (influencerApp.js?ver=1511878497:101488)
at __webpack_require__ (influencerApp.js?ver=1511878497:20)
at Object.defineProperty.value (influencerApp.js?ver=1511878497:100898)
at __webpack_require__ (influencerApp.js?ver=1511878497:20)
PS:应用程序在升级之前工作正常,有谁知道为什么会发生这种情况?

我无法找到任何身体帮助相同的解决方案。

谢谢。

1 个答案:

答案 0 :(得分:0)

谢谢你们,它得到了解决。

我将react-bootstrap更新到最新版本&amp;它开始工作了。

谢谢。