-
Notifications
You must be signed in to change notification settings - Fork 106
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
Svelte and Vue examples doesnt work #157
Comments
Thanks for the report. Can you please try 0.1.7? Also, can you share what version of storybook you are using? And are you using features.storyStoreV7? |
I tested 1.1.7 and 2.0.0, no changes just ran yarn install and run sb. Will investigate more asap. |
There's no 2.0.0, the 0.2.0 tag was a mistake. What version of storybook are you using, and are you using storyStoreV7? |
I'm testing again now. Apologies for being a bit unclear yesterday, had my hands a bit full.. Made sure to delete node_modules and do a clean yarn install for each tag I tested today: 0.1.3 works Storybook version on 0.1.8 is Storybook 6.4.0-rc.2 for Vue3 Steps to reproduce
Haven't looked into storyStoreV7 yet, but if you've enabled it in examples-vue on tag 0.1.8 then yes. I did no changes to the source code when testing. |
@joshwooding any ideas what might be going on here? |
Hmm, I think this is caused by two versions of Edit: Yep, Edit: Just confirmed the same is happening to |
This is the same issue as #50 |
Closes #50 Closes #157 This is the same fix as storybookjs/storybook#11092
I cloned storybook-builder-vite (1.8.0) and tried running the example projects. React works, but Vue and Svelte fails.
OS is Windows 11
Update:
Same thing on tag 2.0.0, but 1.3.0 works.
The text was updated successfully, but these errors were encountered: