Open transitive-bullshit opened 6 years ago
Update: most addons currently break when using this plugin since they expect to communicate over a channel
with the storybook client-side addon manager. Since this doesn't exist in our shim, some stories which use addons result in thrown errors that prevent the storybook JS from fully loading.
Update: basic addon support works as of #18. This means that afaik no addon will cause docz to throw an error / crash.
The next step is to add support for addon panels.
Ideally, addons like readme and knobs should "just work," but for addons requiring custom UI or functionality, we should at least have an FAQ entry that addresses them.
I think that addons will currently not break anything and just be a no-op, but this needs testing.