-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Vite ErrorOverlay
TypeError
#9010
Comments
@navtoj put a breakpoint on that line the and check what the original error message was if it happens again. There aren't many that'd have a code frame but omit the message so it's hard to think of a repro. |
I experienced this today, but it was fleeting. Presumably somewhere a non- |
Rich-Harris
pushed a commit
that referenced
this issue
Mar 17, 2023
figured it out: #9440 |
benmccann
added a commit
that referenced
this issue
Mar 17, 2023
Rich-Harris
pushed a commit
that referenced
this issue
Mar 17, 2023
dummdidumm
pushed a commit
that referenced
this issue
Mar 29, 2023
fixes #9010 --------- Co-authored-by: Rich Harris <git@rich-harris.dev> Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The below error shows up in the browser console when I start the vite dev server with
npm run dev
.Reproduction
It only happens sometimes so I'm not sure how to replicate it.
Logs
System Info
Severity
annoyance
Additional Information
Would this error stop the vite error overlay from showing up when some error happens in sveltekit?
The text was updated successfully, but these errors were encountered: