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
Hot module replacement with react-native-webpack-server stopped working
Tooling is what matters the most for any tech stack. Sandboxing browser specific APIs is helpful but most of the time it's trivial to find and fix the violating code paths. It's not worth it over losing existing working tools.
At the minimum couldn't we just make it optional, i.e: http://localhost:8081/debugger-ui?run-inside-worker vs forcing it by default?
The text was updated successfully, but these errors were encountered:
ProductPains helps the community prioritize the most important issues thanks to its voting feature.
It is easy to use - just login with GitHub.
Also, if this issue is a bug, please consider sending a PR with a fix. We rely on the community to provide
bugfixes as the core team is focused on performance.
The change to use worker in Chrome dev mode broke crucial tools:
Tooling is what matters the most for any tech stack. Sandboxing browser specific APIs is helpful but most of the time it's trivial to find and fix the violating code paths. It's not worth it over losing existing working tools.
At the minimum couldn't we just make it optional, i.e:
http://localhost:8081/debugger-ui?run-inside-worker
vs forcing it by default?The text was updated successfully, but these errors were encountered: