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
![image](https://private-user-images.githubusercontent.com/86794579/347151944-a649c035-feea-4ef5-b0ba-35f35f667229.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjc2MDEsIm5iZiI6MTczOTE2NzMwMSwicGF0aCI6Ii84Njc5NDU3OS8zNDcxNTE5NDQtYTY0OWMwMzUtZmVlYS00ZWY1LWIwYmEtMzVmMzVmNjY3MjI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA2MDE0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhMmIxMGQzOWJjMGQ4ODY2MWVjN2VlYzRmOTJiYjc4NDY5MDllZDZmOGEwMmExNzQ1N2FjNmQyNTU5MDQxNGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FlUf4ic90HHAwNSxjuRhqvFttCjHg7VjXfwwTth1_0M)
The text was updated successfully, but these errors were encountered: