解决TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

版权声明:Dream_Lees Blog https://blog.csdn.net/qq_41846861/article/details/86571336

react引用react-redux,写项目的时候,出现错误:

TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

错误形式:

如图:
在这里插入图片描述

错误原因

react-redux版本更新到6.0以上,版本更新问题

解决方案

降低react-redux版本,首先将package.json文件下的react-redux版本号修改为5.0.6,如图:
在这里插入图片描述
之后运行 npm install,再运行npm start,如果你的代码没问题,就可以正常运行。

类似错误(解决方式类似):

TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

猜你喜欢

转载自blog.csdn.net/qq_41846861/article/details/86571336
今日推荐