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
Switching to vite from webpack some of the svgs are broken.
I've looked at the svgr/webpack code and its config is plugins:[svgo,jsx] vs just jsx in vite.
Just adding svgo:true in options doesnt seem to do anything
Switching to vite from webpack some of the svgs are broken.
I've looked at the svgr/webpack code and its config is
plugins:[svgo,jsx]
vs just jsx in vite.Just adding svgo:true in options doesnt seem to do anything
It is fixed after modifying the code to:
The text was updated successfully, but these errors were encountered: