(type, props)
| 15161 | } |
| 15162 | |
| 15163 | function validateProperties(type, props) { |
| 15164 | if (isCustomComponent(type, props)) { |
| 15165 | return; |
| 15166 | } |
| 15167 | warnInvalidARIAProps(type, props); |
| 15168 | } |
| 15169 | |
| 15170 | var didWarnValueNull = false; |
| 15171 |
no test coverage detected