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
Hi. Found your plugin and it's the only one that at least do something in my case.
I am trying to create svg sprite and use it inside storybook (Vite + Vue2), but all of the plugins I tried before did absolutely nothing or cause errors. Yours, in other hand, create the sprite and include it in the DOM, but it happened AFTER the Vite build, so this is happening:
I don't know how to solve this. I can see all my icons in the DOM:
But none of them work:
But the ID's are matching:
Weird stuff :(
The text was updated successfully, but these errors were encountered:
Hi. Found your plugin and it's the only one that at least do something in my case.
I am trying to create svg sprite and use it inside storybook (Vite + Vue2), but all of the plugins I tried before did absolutely nothing or cause errors. Yours, in other hand, create the sprite and include it in the DOM, but it happened AFTER the Vite build, so this is happening:
I don't know how to solve this. I can see all my icons in the DOM:
But none of them work:
But the ID's are matching:
Weird stuff :(
The text was updated successfully, but these errors were encountered: