(type, props)
| 15130 | } |
| 15131 | |
| 15132 | function validateProperties(type, props) { |
| 15133 | if (isCustomComponent(type, props)) { |
| 15134 | return; |
| 15135 | } |
| 15136 | warnInvalidARIAProps(type, props); |
| 15137 | } |
| 15138 | |
| 15139 | var didWarnValueNull = false; |
| 15140 |
no test coverage detected