Transferring issue from the debugger over thanks @irfanhudda for opening the original! Running `yarn start` with `"hotReloading": true` gives error ``` ERROR in ./~/devtools-launchpad/src/utils/assert.js Module not found: Error: Cannot resolve module 'react/lib/ReactUMDEntry/lib/ReactMount' in /home/mycomp/Projects/debugger.html/node_modules/devtools-launchpad/src/utils @ ./~/devtools-launchpad/src/utils/assert.js 1:316-347 ``` After setting `"hotReloading": false` it gives no errors.
Transferring issue from the debugger over thanks @irfanhudda for opening the original!
Running
yarn startwith"hotReloading": truegives errorAfter setting
"hotReloading": falseit gives no errors.