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
#637 surfaced an issue in which numeric IDs are not compliant with HTML 4. We can create a propType checker for the id prop which will warn the consumer when a numeric value is provided.
#637 surfaced an issue in which numeric IDs are not compliant with HTML 4. We can create a propType checker for the
idprop which will warn the consumer when a numeric value is provided.