Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: switch to @storybook/manager-api #246

Merged
merged 2 commits into from Nov 26, 2023

Conversation

stevensacks
Copy link
Contributor

@stevensacks stevensacks commented Oct 18, 2023

Updates the addon to use @storybook/manager-api.

Currently, if you use composeStory from @storybook/react, you get spam in the logs when you run unit tests. The same output for every single story that is imported. It's really bad.

Please merge this.

importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

stderr | unknown test
importing from @storybook/api is deprecated and will be removed in 8.0, please import manager related modules from @storybook/manager-api

@stevensacks
Copy link
Contributor Author

Will resolve #244

@hipstersmoothie hipstersmoothie merged commit a72f07e into hipstersmoothie:master Nov 26, 2023
1 check passed
Copy link

🚀 PR was released in v3.0.3 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants