-
Notifications
You must be signed in to change notification settings - Fork 240
Dismiss error overlay when source is fixed #52
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
Comments
should not. That only ignores add_location differences. code changes are sent. What causes the close in the end? May be a vite issue. cc @bluwy |
The error overlay is auto-closed after another HMR It might either be that we didn't re-trigger the |
Think we need to evict the last working version from cache here |
PR that fixes it: sveltejs/vite-plugin-svelte#371 (didn't move/ref this issue in v-p-s to avoid spilling info) |
Released @sveltejs/[email protected] that includes the pr above |
tested, works great! thanks |
The error overlay behaves a little strangely. If you introduce a syntax error then fix it, the error overlay isn't dismissed. If you add insignificant changes like whitespace, the overlay still isn't dismissed (@dominikg could this be related to this?). Eventually, if you add changes that are significant, the overlay goes away, but it feels like it should vanish as soon as the error is fixed.
error-overlay.mov
The text was updated successfully, but these errors were encountered: