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
I think the solution would be to set the default value of the preserveAspectRatio prop of the MidIcon component e.g. to 'xMidYMid meet', instead of just 'meet'.
The text was updated successfully, but these errors were encountered:
Hi,
when using the MdiIcon component a warning in firefox and an error in chrome appears.
Firefox:
Unexpected value meet parsing preserveAspectRatio attribute.
Chrome:
<svg> attribute preserveAspectRatio: Unrecognized enumerated value, "meet".
I think the solution would be to set the default value of the
preserveAspectRatio
prop of the MidIcon component e.g. to'xMidYMid meet'
, instead of just'meet'
.The text was updated successfully, but these errors were encountered: