We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.16.1
This is #5631 occurring again in 1.16.1.
Run dev server with unstable_dev: true, save a file with a syntax error and the server crashes.
unstable_dev: true
As in 1.16.0, the server keeps running, but an error is printed in the console.
Dev server crashes and it has to be restarted after the syntax error is fixed.
The text was updated successfully, but these errors were encountered:
I am also facing this in 1.16.1 (with unstable_dev: true in cloudflare-pages template)
cloudflare-pages
Sorry, something went wrong.
This is also happening to me. For someone with autosave like me, it's a horrible DX. My fix, in the meanwhile, is to keep unstable_devdisabled.
unstable_dev
Fixed by #6467 , which is part of v1.17
pcattori
Successfully merging a pull request may close this issue.
What version of Remix are you using?
1.16.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
This is #5631 occurring again in 1.16.1.
Run dev server with
unstable_dev: true
, save a file with a syntax error and the server crashes.Expected Behavior
As in 1.16.0, the server keeps running, but an error is printed in the console.
Actual Behavior
Dev server crashes and it has to be restarted after the syntax error is fixed.
The text was updated successfully, but these errors were encountered: