You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> npm start
> [email protected] start /Users/rngadam/EIC/src/react-sortable-tree
> cross-env NODE_ENV=development webpack-dev-server --hot --inline --config webpack.config.dev.babel.js
http://localhost:3001/
webpack result is served from /
content is served from build
webpack: wait until bundle finished: /
webpack: wait until bundle finished: /
Time: 6296ms
ERROR in ./src/examples/basicExample/app.js
Module not found: Error: Cannot resolve module 'react/lib/ReactMount' in /Users/rngadam/EIC/src/react-sortable-tree/src/examples/basicExample
@ ./src/examples/basicExample/app.js 1:318-349
[...many more similar errors...]
I tried updating to react-hot-loader 3.x but was not successful.
Thanks for the issue and for looking it up. I'm going to wait on introducing react-hot-loader 3.x until it's out of beta, but in the meantime I've applied a workaround in c4d2abc
affected by this issue:
gaearon/react-hot-loader#417
I tried updating to react-hot-loader 3.x but was not successful.
WORKAROUND: modify node_modules/react-hot-loader/index.js from:
to
The text was updated successfully, but these errors were encountered: