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
This is using @storybook/web-components and @storybook/web-components-vite to work with Stencil components. Everything is working extremely well, except for this code view.
The text was updated successfully, but these errors were encountered:
I'm pretty sure this was reported before (and I'd commented on it). It was happening to me for quite a while on my current project and I eventually turned off the autodocs as a result of this and a couple other anomalies. I'll check to see if it's still happening on my end with the latest Storybook, which I just upgraded to.
Describe the bug
I have a Stencil x Storybook repository configured, where I am creating some Stencil components and showing them in Storybook.
Here is the story I have configured for my component:
When I run the app, everything but the code view works great. This is what appears in the show code box:
Reproduction link
https://github.com/deepgram/deepgram-components
Reproduction steps
npm install
npm start
System
Additional context
This is using @storybook/web-components and @storybook/web-components-vite to work with Stencil components. Everything is working extremely well, except for this code view.
The text was updated successfully, but these errors were encountered: