Answers for "pollo_client__WEBPACK_IMPORTED_MODULE_4__.default is not a constructor"

4

__WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function

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
Posted by: Guest on September-06-2020

Code answers related to "pollo_client__WEBPACK_IMPORTED_MODULE_4__.default is not a constructor"

Code answers related to "Javascript"

Browse Popular Code Answers by Language