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
{{ message }}
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
All attributes apart from class are extracted from the svg root tag.
This is causing styling issues as the svg does not have the required
viewBoxetc.I'm using webpack 4 and the latest version of this library.
When I try to set attributes with the
propsoption, they too are ignored and not set.Any ideas of why this is happening / how I can fix?
Danke!