mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
858c84206e
* Do not hyphenate custom CSS property * Move check into the processStyleName fn * Formatting * add test * Put isCustomProperty check after conditional return * add test to `ReactDOMServerIntegration` and supress warning * Don't indexOf twice * Simpler fix