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
Use the class prop instead of className for custom elements.
Custom elements are allowed to do arbitrary processing of their props, so in order to support the full range of attributes, the only viable option is to pass them directly through. #4933
Hi,
Why does renderToStaticMarkup outputs "className" in the markup for "CustomComponent" (hyphenated tag-names)?
The text was updated successfully, but these errors were encountered: