Skip to content
New issue

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

Syntax error crashes dev server in 1.16.1 #6448

Closed
1 task done
tgds opened this issue May 22, 2023 · 3 comments · Fixed by #6467
Closed
1 task done

Syntax error crashes dev server in 1.16.1 #6448

tgds opened this issue May 22, 2023 · 3 comments · Fixed by #6467

Comments

@tgds
Copy link

tgds commented May 22, 2023

What version of Remix are you using?

1.16.1

Are all your remix dependencies & dev-dependencies using the same version?

  • Yes

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.

@Jackardios
Copy link

I am also facing this in 1.16.1 (with unstable_dev: true in cloudflare-pages template)

@andrecasal
Copy link

andrecasal commented May 23, 2023

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.

@pcattori
Copy link
Contributor

pcattori commented Jun 6, 2023

Fixed by #6467 , which is part of v1.17

@pcattori pcattori closed this as completed Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants