You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
Hey there! I wanted to thank you for using @storybook/testing-vue3!
@storybook/testing-vue3 has been promoted to a first-class Storybook functionality in Storybook 8. This means that you no longer need this package, and this package will not be worked on anymore (especially regarding Storybook 7, unless there are security issues). Instead, you can import the same utilities, but from the @storybook/vue3 package.
Please do the following:
Upgrade to Storybook 8 if you haven't already
Uninstall @storybook/testing-vue3
Update your imports from @storybook/testing-vue3 to @storybook/vue3
// Component.test.js
- import { composeStories } from '@storybook/testing-vue3';+ import { composeStories } from '@storybook/vue3';
// setup-files.js
- import { setProjectAnnotations } from '@storybook/testing-vue3';+ import { setProjectAnnotations } from '@storybook/vue3';
Please, if even after migrating, you are still experiencing issues, report them in the Storybook monorepo.
Thank you so much for this journey!
The text was updated successfully, but these errors were encountered:
Hey there! I wanted to thank you for using
@storybook/testing-vue3
!@storybook/testing-vue3
has been promoted to a first-class Storybook functionality in Storybook 8. This means that you no longer need this package, and this package will not be worked on anymore (especially regarding Storybook 7, unless there are security issues). Instead, you can import the same utilities, but from the@storybook/vue3
package.Please do the following:
Upgrade to Storybook 8 if you haven't already
Uninstall
@storybook/testing-vue3
Update your imports from
@storybook/testing-vue3
to@storybook/vue3
Please, if even after migrating, you are still experiencing issues, report them in the Storybook monorepo.
Thank you so much for this journey!
The text was updated successfully, but these errors were encountered: