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
fix(icon): handle unescaped characters in names (#15678)
Handles the icon registry not being able to find icons whose ids contain unescaped characters (e.g. spaces).
Note that for this example in particular having a space in the id is invalid, however I did it since supporting it is trivial.
Fixes#15673.
0 commit comments