icon
icon copied to clipboard
@nuxt/icon not working in histoire with mode "svg"
I added @nuxt/icon to my project. In the project it is working fine but in histoire it is not working. In histoire it is not able to render the stories that contain components that use @nuxt/icon.
On devtools console you always see the error:
it doesn't matter if mode is css or svg, it doesn't matter if from iconify icon libs, global components or custom collections, it is simple not able to work with it. The error is always the same.
Here is a reproduction: https://stackblitz.com/edit/nuxt-starter-kckxy8 run the histoire to see the story not getting rendered and the console error in devtools.
Please help!