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
I got this inconsistent error on start the 3. time:
node_modules\hot-module-replacement\index.js:24
functionpathsToAcceptingModules(path, root) {
^
RangeError: Maximum call stack size exceeded
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:24:37)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
I am getting this in a case as well where I am not actually using this library, but I am requiring it like this:
require('hot-module-replacement')()
Version: 3.0.2
Operating system: Windows
The text was updated successfully, but these errors were encountered:
I got this inconsistent error on start the 3. time:
I am getting this in a case as well where I am not actually using this library, but I am requiring it like this:
Version:
3.0.2
Operating system:
Windows
The text was updated successfully, but these errors were encountered: