Autoimports is not working in tesiting components #679
Labels
status: help wanted
Good idea, but the core developers will not work on it at the moment
type: bug
Something isn't working
Hi!
This my first issue :)
I have a problem with integration storybook 8+ and nuxt 3.11+, auto imports is not working in testing components.
Example TestingComponent.vue:
If component are using any instrument vue(ref, reactive, ..) or any components/composables/utils without precise import, then storybook has reject, requiring to add an import.
My step:
npm i storybook-addon-nuxt
1.1 Integrate storybook without module - there are no differences
My config .storybook/main.ts:
My version nuxt: 3.11.2.
storybook-addon-nuxt 1.3.3(last) and storybook 8.11(last) have warn about their version
Screenshot storybook page
The text was updated successfully, but these errors were encountered: