We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After update component,chrome update,and console err ‘Uncaught RangeError: Maximum call stack size exceeded’
not error
console error
React Hot Loader version:4.0.0
Run these commands in the project folder and fill in their results:
node -v
npm -v
Then, specify:
https://github.com/YanYuanFE/react-webpack
The text was updated successfully, but these errors were encountered:
Look like webpack is broken - the source code contains two blocks with parentHotUpdateCallback
parentHotUpdateCallback
Sorry, something went wrong.
Nope. This is your problem. Just remove HotModuleReplacementPlugin from webpack.config. "--hot" option for webpack-dev-server is doing the same.
HotModuleReplacementPlugin
fix: Don't inject HotModuleReplacementPlugin
b1596fa
Not sure what changed in Webpack (4.30?) but this seems to be causing errors now: gaearon/react-hot-loader#911
hot
id
module
theKashey
No branches or pull requests
Description
After update component,chrome update,and console err ‘Uncaught RangeError: Maximum call stack size exceeded’
Expected behavior
not error
Actual behavior
console error
Environment
React Hot Loader version:4.0.0
Run these commands in the project folder and fill in their results:
node -v
:9.9.0npm -v
:5.6.0Then, specify:
Reproducible Demo
https://github.com/YanYuanFE/react-webpack
The text was updated successfully, but these errors were encountered: