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 am just getting started with web components and Storybook. I had a bit of trouble to figure out why the different options of my custom type was not shown in storybook. There was no select, there was an input field.
I am just getting started with web components and Storybook. I had a bit of trouble to figure out why the different options of my custom type was not shown in storybook. There was no select, there was an input field.
After I found https://github.com/break-stuff/wc-storybook-helpers/blob/main/demo/lit-app-v8/.storybook/preview.ts I saw that I needed to add this to
preview.ts
:After adding this, Storybook renders the select nicely.
The text was updated successfully, but these errors were encountered: