-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot using useNuxtApp on stories #85
Comments
Please share your Storybook repo this is not related to Nuxt i think you're using no serializable prop in you component. |
|
@chakAs3 Check this repo: https://github.com/VegasChickiChicki/nuxt-3-storybook I have |
@chakAs3 Hi, can you check this issue. No one injected plugin are not available in the stories |
Hi @VegasChickiChicki please use the latest version here a working demo |
Hi @chakAs3 , any news on this issue? I still get the Also (I guess it is related) I get an error in the console:
|
I am facing a similar issue. When I use
However, this error only happens when I fresh load on the page that I am accessing. If I am on another story and then go to the one containing the Dependencies:
|
I get the same issue too but after some jank, it ends up working.. Also btw any nuxt plugin breaks sb |
Same problem here. |
Hi guys can you try to use only. @storybook-vue/nuxt now, till get time to look into the module. |
How would we do that, @chakAs3 ? I e.g. tried to checkout your example from https://github.com/storybook-vue/storybook-nuxt-starter, |
Hi @lud-hu can you use pnpm instead i'm still having issue with yarn, i recommend pnpm for now |
@chakAs3 Unfortunately this does not help as well. :( Steps to reproduce:
Errors: @storybook-vue/nuxt: 0.2.0 & @storybook-vue/[email protected]:
|
Also having this problem, not just with useNuxtApp #97 |
also having this problem. |
@alniv94 did you try the latest version ? |
Still broken on latest version. See my issue: #97 |
If i try use
const nuxtApp = useNuxtApp()
i have error:The text was updated successfully, but these errors were encountered: