__WEBPACK_IMPORTED_MODULE_1_react_dom___default.a.createPortal is not a function __WEBPACK_IMPORTED_MODULE_1_react_dom___default.a.createPortal is not a function reactjs reactjs

__WEBPACK_IMPORTED_MODULE_1_react_dom___default.a.createPortal is not a function


I had this error, though it was a simple fix. I had stated:

import ReactDOM from 'react';

instead of:

import ReactDOM from 'react-dom';

Although it doesn't answer the original poster's issue, it may answer for future developers.