Closed remarcable closed 6 years ago
Hi @lightningboss thanks for reporting it! I'll check it
Hey @UsulPro, is there an update on this one?
@lightningboss sorry for late answer
this kind of bug happens when you have two different versions of @storybook/addons
if it's this case you can remove both and install the latest.
Nevertheless, I updated dependencies, so after updating this addon and storybook to the latest versions it should works fine
Hello there,
I'm not sure if it's a problem of this project, but at least it seems to be related. When using storybook with this addon, everything builds normally, but an error gets thrown at runtime:
Opening muiTheme.js on line 48 reveals that it indeed accesses an addon channel.
My
addons.js
looks like this, nothing special:and my
config.js
like this:What do you think is the problem? Even when not loading any stories this seems to happen. Thank you very much!