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
hi, adding a custom icon for the checkbox causes these warnings which are so annoying:
. React does not recognize the isSelected prop on a DOM element.
. React does not recognize the isIndeterminate prop on a DOM element.
. React does not recognize the disableAnimation prop on a DOM element
these warnings are reasonable due to the fact that the icon has CheckboxIconProps type which contains these props but custom icons don't support them!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi, adding a custom icon for the checkbox causes these warnings which are so annoying:
. React does not recognize the
isSelected
prop on a DOM element.. React does not recognize the
isIndeterminate
prop on a DOM element.. React does not recognize the
disableAnimation
prop on a DOM elementthese warnings are reasonable due to the fact that the icon has CheckboxIconProps type which contains these props but custom icons don't support them!
Beta Was this translation helpful? Give feedback.
All reactions