I use react-bootstrap, which uses react.createContext:
TypeError: _react.default.createContext is not a function
at Object.<anonymous> (/var/home/jgillich/Development/polyfresh/node_modules/react-bootstrap/lib/ThemeProvider.js:17:43)
Is there any way to fix these imports? I tried to play around with webpack resolve alias, but that didn't work. :( I do have an alias for react -> preact-compat though.
I use react-bootstrap, which uses react.createContext:
Is there any way to fix these imports? I tried to play around with webpack resolve alias, but that didn't work. :( I do have an alias for react -> preact-compat though.