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
Note that React 16 is removing whitelisting of attributes and passing them all down to the DOM. So whitelisting may no longer be needed here, but the transformations still will.
This all html attributes -
https://github.com/facebook/react/blob/2999811b07a5eb9e04680457a0b56195abd7e08c/src/renderers/dom/shared/HTMLDOMPropertyConfig.js#L92-L96
acceptCharset = 'accept-charset'
className = 'class'
htmlFor = 'for
httpEquiv = 'http-equiv'
The text was updated successfully, but these errors were encountered: