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
Nowadays whenever I have a ReactScriptLoadException my debugging session shuts down.
I feed a webpack bundle to reactjs.net and whenever it changes (there is a separate webpack -w console that recompiles it) reactjs.net tries to reexecute it, throws an exception and that shuts down my iis express.
So basically everytime I hit ctrl+s on a jsx halfway through writing a function (where some variables are not declared yet for example) the debugging session shuts down. Since the project is large and needs around 30 seconds to start up, this is very annoying.
I'm asking for help on why this is happening and how to turn it off.