-
-
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
Error with fresh sveltekit app #5495
Comments
I confirmed the issue here on my side as well. I tried both a new project and a new demo, both failed to run dev with the same error. However, I could do |
gonna keep this open until we've confirmed that it's fixed... |
I can confirm, bumping |
Yup, looks good. |
…teness#59 To fix "Function called outside component initialization error". SvelteKit issue sveltejs/kit#5495
Describe the bug
Just created a new sveltekit app and it's throwing an error right after running
npm run dev
:Reproduction
npm create svelte my-app
cd my-app
npm install
npm run dev -- --open
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: