Replies: 3 comments 2 replies
-
I modified Remix to save build errors and RAS will display it on reload. It also supports Here's a video: |
Beta Was this translation helpful? Give feedback.
-
Bump. I noticed this same issue, as outlined in #5174 . This is a severe missing feature of Remix; developers HAVE to know when and why their build fails in development. |
Beta Was this translation helpful? Give feedback.
-
I would love it if Remix could add this. Maybe the devs creating remix don't write errors, but for us normal developers this is a must. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, if you have a build error, and you reload the app, it will keep showing the old build instead of showing the build error on the browser, so you may think your changes didn't worked while in reality you're not receiving your changes at all.
The only way to find out your app has errors is by checking the terminal where you will see an error on the build and then you can fix it.
I think Remix could catch those errors and send it to the browser so it shows an error screen like Create React App one ideally.
Beta Was this translation helpful? Give feedback.
All reactions