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
Is your feature request related to a problem? Please describe.
Svg icons use xlink:href attribute to refer sprites throughout the code. xlink:href is deprecated
Describe the solution you'd like
Replace all usage of xlink:href with href.
Describe alternatives you've considered
Just wait and see. Most deprecation warnings are never actually implemented.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Svg icons use
xlink:href
attribute to refer sprites throughout the code. xlink:href is deprecatedDescribe the solution you'd like
Replace all usage of
xlink:href
withhref
.Describe alternatives you've considered
Just wait and see. Most deprecation warnings are never actually implemented.
The text was updated successfully, but these errors were encountered: