It appears that at present a Storybook can only contain only one kind of component, for example only React OR HTML. Calling configure more than once doesn't appear to be supported.
It would be great to be able to include both HTML and React components in the same Storybook in cases where a site or app shares classes between both.
Related: #3980
@ndelangen AFAIR you had some open ticket on an external platform about this
@ndelangen I am running into this as well. I have a monorepo with some web components and some React applications and would like to run everything in a single Storybook instance.
Is there a temporary workaround for the time being?
@AdamVig Yes, there is. Here's a decorator we use in my company to render React stories in HTML storybook: https://github.com/JetBrains/ring-ui/blob/master/.storybook/react-decorator.js
Closing as duplicate of https://github.com/storybookjs/storybook/issues/3889
Most helpful comment
Yes https://storybook.canny.io/roadmap/p/add-ability-to-run-multiple-frameworks-in-1-storybook