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
Support "for", "class", "http-equiv", and "accept-charset"
This commit updates the HTML property config and UnknownPropertyHook
developer warnings such that is no longer required to specify
"className" instead of "class", "htmlFor" instead of "for", and so
on.
Both forms are supported. When both are specified within props, React
provides the warning:
"className and class were listed as properties on <div />. Both write
to the same attribute; use one or the other."
0 commit comments