mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
82c64e1a49
* Log unexpected warnings when testing with ReactDOMServerIntegrationTestUtils * Add test Following https://github.com/facebook/react/issues/9230#issuecomment-322007671 except that `foo={true}` renders an empty string. See https://github.com/facebook/react/issues/9230#issuecomment-1123464720 for rationale. * Match Preact behavior for boolean props on custom elements * Poke CircleCI