Describe the bug
When running composeStories in stories that have certain addons, such as storybook-addons-design, the tests break with the following error:
Error: Uncaught [Error: Accessing non-existent addons channel, see https://storybook.js.org/basics/faq/#why-is-there-no-addons-channel]
Expected behavior
Addons channel should not present error in the tests
Describe the bug When running
composeStories
in stories that have certain addons, such as storybook-addons-design, the tests break with the following error:Expected behavior Addons channel should not present error in the tests
See testing-react for a similar fix