nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
379 stars 83 forks source link

docs: migrate to Nuxt UI Pro #668

Closed tobiasdiez closed 2 hours ago

netlify[bot] commented 2 days ago

Deploy Preview for nuxt-storybook ready!

Name Link
Latest commit 899e1371405d8337086153e8105e8d8263f0ee82
Latest deploy log https://app.netlify.com/sites/nuxt-storybook/deploys/66853a6fb57633000816de4e
Deploy Preview https://deploy-preview-668--nuxt-storybook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

benjamincanac commented 1 day ago

@tobiasdiez Just tried your PR and it seems it is caused by the @nuxthq/studio module, commenting this line https://github.com/nuxt-modules/storybook/pull/668/files#diff-30b9aedbd032192b06ab1c7751113dbcc8faafcb31a1e3396fed0003e76b7fd6R9 fixed it. @larbish @farnabaz any hint on this?

It also seem you're missing the @nuxt/module-builder package in your devDependencies but it's not related.

tobiasdiez commented 2 hours ago

@benjamincanac Thanks a lot for investigating this issue so quickly. Disabling the nuxt studio module indeed fixed it 🚀