-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
🐛 BUG: New astro project with svelte #2213
Comments
Yes! I'm having this same problem. Sometime yesterday my whole dev environment stopped working and I'm seeing similar error messages. Also using svelte with astro, but on a mac. Here's another minimal reproduction using the minimal starter and one svelte component. There's a different error message but maybe it's related? https://github.com/austinjherman/astro-unable-to-render-svelte Steps to reproduce:
|
Me too! What's the last working versions? |
Confirming that this is also happening with our Svelte starter example from astro.new in CodeSandbox. See the Discord thread for the "temporary workaround" of setting Svelte components to "client:only" to at least get the dev environment to start: https://discord.com/channels/830184174198718474/921107451854614538 |
Based on this timeline, I'm guessing that the new version of |
I tried pinning it as a dev dependency in Looking at the package-lock in that stackblitz, there are a couple different versions of |
That narrowed it down, thanks @austinjherman! PR here #2216 |
What version of
astro
are you using?0.21.12
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
Today i initialise new astro project with svelte and i encountered this
but it was working fine before
Link to Minimal Reproducible Example
https://bnmiqzypo--github--3000.local.webcontainer.io
The text was updated successfully, but these errors were encountered: