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
The value of the offset property needs to be parsed to a number or a valid percentage string. In this example offset=".05" needs to be parsed to offset={0.05}.
At the moment i get a warning:
WARN ".05" is not a valid number or percentage string.
The value of the offset property needs to be parsed to a number or a valid percentage string. In this example
offset=".05"
needs to be parsed tooffset={0.05}
.At the moment i get a warning:
WARN ".05" is not a valid number or percentage string.
Example SVG:
it beeing converted to:
what would be correct: (which is what SVGR is doing)
The text was updated successfully, but these errors were encountered: