TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

时间:2024-04-13 10:59:08

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

TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

错误形式:

如图:
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,如图:
TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function
之后运行 npm install,再运行npm start,如果你的代码没问题,就可以正常运行。

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

TypeError:_WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function