📌  相关文章
📜  __WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext 不是函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:44.547000             🧑  作者: Mango

代码示例1
react-redux v6.0.0 uses the new context api provided by React 
and in order for it work, either you need to downgrade react-redux to v5.x.x 
or upgrade react and react-dom to v16.4 or above

npm update react react-dom