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
Describe the bug
at the interface/radial/addRadialItem's props where icon type is defined
icon: IconName | [IconPrefix, IconName] | string; <-- 'string' here removes the strictness of the icon type
Describe the bug
at the interface/radial/addRadialItem's props where icon type is defined
icon: IconName | [IconPrefix, IconName] | string; <-- 'string' here removes the strictness of the icon type