mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2c59076d26
* Warn when the string "false" is the value of a boolean DOM prop * Only warn on exact case match for "false" in DOM boolean props * Warn on string "true" as well as "false" in DOM boolean props * Clarify warnings on "true" / "false" values in DOM boolean props