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
A panic during development is annoying. The page you're looking at just stops refreshing. Sometimes you don't notice. You have to pull up the devserver to check if there was a panic everytime a page stop refreshing.
If there's a panic, I want to see it in the browser. The devserver we're using is devd. Maybe that can project panics into the browser?
If not, one has to capture errors and produce an output to give to devd in usercode.
The text was updated successfully, but these errors were encountered:
marcuswhybrow
changed the title
Add "dev errors" which panic during build, but appear in website during development
On panic replace build with panic data to show in devserver, but only during development
Apr 24, 2024
A panic during development is annoying. The page you're looking at just stops refreshing. Sometimes you don't notice. You have to pull up the devserver to check if there was a panic everytime a page stop refreshing.
If there's a panic, I want to see it in the browser. The devserver we're using is devd. Maybe that can project panics into the browser?
If not, one has to capture errors and produce an output to give to devd in usercode.
The text was updated successfully, but these errors were encountered: