mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* fix #11759. false positive warning in IE11 when using React.Fragment * simplify createElementWithValidation type check * fix mistake * Add an explanation * We shouldn't use `number` for anything else * Clarify further