Support for @storybook/addons@4.0.0
osdevisnot opened this issue · 0 comments
osdevisnot commented
While using this addon with @storybook/addons@4.0.0-alpha.4
, I encounter below error in Storybook UI:
It seems this occurs when there are multiple versions of @storybook/addons
are loaded as documented here: https://storybook.js.org/basics/faq/?_sm_au_=iMV4f5vn7TSHS5NM#why-is-there-no-addons-channel
A possible solution would be to publish an alpha version of this addon with below dependencies updated to 4.0.0-alhpa.4
version:
"@storybook/addon-actions": "^3.3.12",
"@storybook/addon-storyshots": "^3.3.12",
"@storybook/addons": "^3.3.12",
"@storybook/react": "^3.3.12",