(type, props)
| 15124 | } |
| 15125 | |
| 15126 | function validateProperties(type, props) { |
| 15127 | if (isCustomComponent(type, props)) { |
| 15128 | return; |
| 15129 | } |
| 15130 | warnInvalidARIAProps(type, props); |
| 15131 | } |
| 15132 | |
| 15133 | var didWarnValueNull = false; |
| 15134 |
no test coverage detected