Multiple Debuggers on page?

Yes, we only set the CSS in development mode.
We do not have client side routing on the page, so I can’t really comment on the route change behaviour. My guess is that the debugger will disappear when the React app removes the wrapping Elm app element, but you might have memory leaks if you do not clean up ports and other things of the Elm app.

1 Like