(type, props)
| 15673 | } |
| 15674 | |
| 15675 | function validateProperties(type, props) { |
| 15676 | if (isCustomComponent(type, props)) { |
| 15677 | return; |
| 15678 | } |
| 15679 | warnInvalidARIAProps(type, props); |
| 15680 | } |
| 15681 | |
| 15682 | var didWarnValueNull = false; |
| 15683 |
no test coverage detected