(type, props)
| 15938 | } |
| 15939 | |
| 15940 | function validateProperties(type, props) { |
| 15941 | if (isCustomComponent(type, props)) { |
| 15942 | return; |
| 15943 | } |
| 15944 | warnInvalidARIAProps(type, props); |
| 15945 | } |
| 15946 | |
| 15947 | var didWarnValueNull = false; |
| 15948 |
no test coverage detected