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'm trying to get svgicon to render icons in Storybook (using Vite). It renders the svg tag, but not the paths inside of it. I have tried to make a simple repo that outlines the problem here: https://github.com/andersravn/storybook-vue-icons. Use npm run storybook. There's a Button story with the label "Button with an icon:", where the icon is supposed to show after the colon.
I'm not seeing any errors.
What am I missing?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi there.
I'm trying to get svgicon to render icons in Storybook (using Vite). It renders the svg tag, but not the paths inside of it. I have tried to make a simple repo that outlines the problem here: https://github.com/andersravn/storybook-vue-icons. Use
npm run storybook
. There's a Button story with the label "Button with an icon:", where the icon is supposed to show after the colon.I'm not seeing any errors.
What am I missing?
Thanks in advance.
The text was updated successfully, but these errors were encountered: