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
I get the following error, and my component isn't rendered in the Storybook canvas:
I'm not sure if there's an issue in _populateStoryTemplate() or in one of the other functions called before it in _init(), but without modifying your code locally, my assumption is that there's an problem due to my component/story using @storybook/web-components and/or Lit's html template literal function.
hi @dakdh, thanks for reaching out, when I developed this addon, I've taken into consideration both angular & react. If you would like to submit a PR to support web-components as well, that would be great.
Otherwise, I will create a PR as soon as possible and keep you posted.
Hi @sheriffMoose, this addon is a cool project. Thanks for sharing it with the world.
I wanted to try it out on a new Storybook 7.0 project I'm working on, which is using @storybook/web-components and Vite. To get started I followed the instructions here: https://github.com/sheriffMoose/storybook-extras/tree/master/packages/variants#readme
But when I look at the story where I've added
I get the following error, and my component isn't rendered in the Storybook canvas:
I'm not sure if there's an issue in _populateStoryTemplate() or in one of the other functions called before it in
_init()
, but without modifying your code locally, my assumption is that there's an problem due to my component/story using@storybook/web-components
and/or Lit'shtml
template literal function.Here are the relevant parts of my package.json:
The text was updated successfully, but these errors were encountered: