Tobias Diez
Tobias Diez
Thanks @fdendorfer, but this still uses the old version `'@storybook/builder-vite': 8.3.3([email protected])([email protected])([email protected])` without the fix. We have to wait for the release of storybook 8.4, and then use the updated version...
The `optimizeDeps` workaround is now automatically applied (https://github.com/nuxt-modules/storybook/pull/792), which made it possible to finally upgrade to the latest version of storybook (at least our tests are passing, and locally it...
@chakAs3 Could you please explain how the custom router setup in the storybook addon works? In particular, why do we need to: - provide our own router: https://github.com/nuxt-modules/storybook/blob/729b372abc4e6e6ab88321cc734fc759d9cfade2/packages/storybook-addon/src/runtime/composables/router.ts#L4-L7 - provide...
If playground is a normal nuxt project, then it should work. Which errors do you experience? Could you please provide a reproduction?
Closing this issue due to inactivity :zzz: Please reopen the issue with additional information if the problem persists.
Thanks @dimpase!
Needs https://github.com/apollo-server-integrations/apollo-server-integration-h3/pull/182
I've no idea why this is failing now - there were no changes to this workflow and also no updates to the cygwin action...very strange.
I think this needs changes upstream. Currently, storybook executes preview scripts in parallel, so there is no way to ensure that user-provided preview modifications are executed after the one provided...
Failed to fetch dynamically imported module: sb-vite/deps/@storybook_vue3_dist_entry-preview__mjs.js
I also got it sometimes, but it disappeared when refreshing the browser. Maybe an issue with vite's dependency optimization.