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:9.9.0npm -v:5.6.0Then, specify:
Look like webpack is broken - the source code contains two blocks with parentHotUpdateCallback
Nope. This is your problem.
Just remove HotModuleReplacementPlugin from webpack.config. "--hot" option for webpack-dev-server is doing the same.
Most helpful comment
Nope. This is your problem.
Just remove
HotModuleReplacementPluginfrom webpack.config. "--hot" option for webpack-dev-server is doing the same.