(type, props)
| 15800 | } |
| 15801 | |
| 15802 | function validateProperties(type, props) { |
| 15803 | if (isCustomComponent(type, props)) { |
| 15804 | return; |
| 15805 | } |
| 15806 | warnInvalidARIAProps(type, props); |
| 15807 | } |
| 15808 | |
| 15809 | var didWarnValueNull = false; |
| 15810 |
no test coverage detected