-
Notifications
You must be signed in to change notification settings - Fork 32
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] Support for svelte 5
#156
Comments
I'm not sure Storybook itself supports Svelte 5 🙂 |
Svelte 5 is backward compatible with svelte 4. So I was trying to upgrade svelte without trying out any of the new svelte 5 syntax. |
Here's the upstream issue: storybookjs/storybook#24886 (might not be the same problem though) |
We've added preliminary Svelte 5 support in the Storybook 8 alphas, you could try upgrading to those and see if that fixes the issue. If it does I think we can close it.
Based on the errors you've reported it looks like a Storybook core issue and not related to this addon. |
I got this error using storybook 8 with svelte 5 installed
|
|
I tried this plugin on the latest 8.0.0-rc.2 release which supports svelte 5. I have used the latest 4.1.2 for my reproduction. I am getting the same error as @eunukasiko. Here's the link to the sandbox. |
SB v8 now released. Would be great if Svelte5 were supported. |
Since svelte 5 has reached release-candidate. Would this be a good time to add support for svelte 5? This add-on makes story creation for svelte so much easier. So thanks a ton to all the contributors for creating this add-on. 👏👏👏 |
There's a work in progress #177 |
The |
Describe the bug
When I try to run this plugin with svelte 5, it reports following error.
Steps to reproduce the behavior
svelte
tosvelte@next
storybook
Expected behavior
It should work with svelte 5
Environment
OSX 14.0
20.9
8.10.5
Additional context
Svelte 5 is cutting edge and is very new. So just filing this bug in case if it is a minor change to support it.
The text was updated successfully, but these errors were encountered: