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, the plugin does not provide any sort of <SVG> component - you have to provide one yourself. It seems that the <SVG> component in your code is missing, so you could just add a simple one like so:
Hi there.
Trying to call a svg sprite but no avail.
I get the following:
Unhandled rejection ReferenceError: SVG is not defined
On my JSX code:
<SVG svgName='/front/assets/img/spritesvg' />
babelrc:
Any ideas?
I'm using SSR btw
The text was updated successfully, but these errors were encountered: