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
~~1. Load up a standard webpack.config.js, via webpack-dev-server --config webpack.config.js --hot --progress --colors --host 0.0.0.0 --port 3000 --inline
To your React.js webapp, make a single change after it's completed its initial loading once.
Inspect the Chrome Devtools console panel, to find the following error message displayed:
[HMR] Waiting for update signal from WDS...
warning.js:36 Warning: Unknown DOM property for. Did you mean htmlFor?
client:14 [WDS] Hot Module Replacement enabled.
client:18 [WDS] App updated. Recompiling...
client:60 [WDS] App hot update...
dev-server.js:48 [HMR] Checking for updates on the server...
dev-server.js:28 [HMR] Updated modules:
dev-server.js:30 [HMR] - 3
dev-server.js:34 [HMR] App is up to date.
bundle.js:695 Uncaught RangeError: Maximum call stack size exceeded
[email protected]:5
[email protected]:6
[email protected]:6
[email protected]:6 repeated many more times...
If someone else has encountered this, then I might provide a more detailed writeup of (redacted) diagnostics/debug logs.~~
gluons, truongnguyen-ntq, valorloff, caizx666, rvanheest and 10 more