Omar Kawach
Results
2
comments of
Omar Kawach
> Additionally, I had to add "@babel/preset-typescript" to my .babelrc.json to make my stories compile, I guess it's rather framework-specific, but I wanted to mention it for future googlers. This...
In our Stencil + `@storybook/web-components` / `@storybook/web-components-vite` project, the way we got it to work was by adding the following to [previewHead](https://storybook.js.org/docs/api/main-config/main-config-preview-head) in `main.ts` ```html ``` Instead of the following...