panic-overlay icon indicating copy to clipboard operation
panic-overlay copied to clipboard

Displays JS errors in browsers. Shows sources. Use with any framework. 💥✨

Results 3 panic-overlay issues
Sort by recently updated
recently updated
newest added

`` SyntaxError: Invalid regular expression: invalid group specifier name ``

Have you tried using this on react project with react-refresh enabled? it stops building once I import this.

I was really confused because calling `panic(new Error("what"))` in DevTools would show it, but then if I just tried to throw an error, or introduce an error into my code...