-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Storybook crashing with The symbol "_withScopeId" has already been declared
error
#449
Comments
I'm having the same problem. Trying to back out as much as possible, to get a minimal reproduction. Might add that I do not have pinia, but do have tailwind. Also reproduced on storybook 7.4 as well as 7.5 |
Someone said it might be related to nuxt version, but I didn't find any official method for version rollback. We only have |
Interesting! I have started to work on a minimal reproduction, and my findings so far are that the error disappears if I change framework to |
I changed nuxt version to 3.6.5 and killed node_modules and the lock-file, to get a clean install. The effect was good, so I'm trying to put everything else (tailwind etc) back in again. |
I think this is the related issue. Its status is pending triage for now. |
Just tried your reproduction, didn't work for me (used nuxt storybook) :( Guess I'll have to wait till update |
Does someone have a working set of packages, even if old? I'm trying to upgrade to Nuxt 3 now, so I've got no working versions except those on Nuxt 2. I've tried setting the version of everything to what's in the playground package.json, but that doesn't work. That's including Nuxt 3.6.5, which most seem to say did work, but doesn't seem to for me. But no matter what I try I get endless errors:
|
See #428 (comment) |
@zeromask1337 This bug may have been fixed by @storybook-vue/nuxt 0.2.0 - could you try updating packages and try it out? |
@filiphazardous unfortunately our team decided to move along with vue, leaving nuxt behind :) |
Is this still an issue? Could someone please provide a reproduction, preferable based on https://github.com/nuxt-modules/storybook/tree/main/examples/starter. |
Closing this issue due to inactivity 💤 |
Steps to reproduce
After installing module, generating config and running sb script, storybook crashes with error:
Additional logs:
What is Expected?
The storybook runs without problem
Version
Nuxt: 3.7.4
@pinia/nuxt: 0.4.11
storybook: 7.5.0-alpha.3
The text was updated successfully, but these errors were encountered: