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
If I add this addon to my storybook v6, it throws an error and storybook doesn't start-up.
Steps to reproduce the behavior
Setup Storybook v6
Set the addons to addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-console'],
Run start-storybook
Error
Expected behavior
Shouldn't error.
Screenshots and/or logs
ERR! Error: Accessing non-existent addons channel, see https://storybook.js.org/basics/faq/#why-is-there-no-addons-channel
ERR! at AddonStore.getChannel (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addons/dist/index.js:53:13)
ERR! at Object.actionHandler [as log] (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addon-actions/dist/preview/action.js:23:34)
ERR! at console.logger.log (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/addon-console/dist/index.js:113:37)
ERR! at outputStartupInformation (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/core/dist/server/build-dev.js:253:11)
ERR! at buildDevStandalone (/Users/simeon.cheeseman/Development/settings-frontend/node_modules/@storybook/core/dist/server/build-dev.js:333:5)
ERR! at processTicksAndRejections (node:internal/process/task_queues:94:5)
Describe the bug
If I add this addon to my storybook v6, it throws an error and storybook doesn't start-up.
Steps to reproduce the behavior
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-console'],start-storybookExpected behavior
Shouldn't error.
Screenshots and/or logs
Environment