(type, props)
| 15033 | } |
| 15034 | |
| 15035 | function validateProperties(type, props) { |
| 15036 | if (isCustomComponent(type, props)) { |
| 15037 | return; |
| 15038 | } |
| 15039 | warnInvalidARIAProps(type, props); |
| 15040 | } |
| 15041 | |
| 15042 | var didWarnValueNull = false; |
| 15043 |
no test coverage detected