(type, props)
| 15835 | } |
| 15836 | |
| 15837 | function validateProperties(type, props) { |
| 15838 | if (isCustomComponent(type, props)) { |
| 15839 | return; |
| 15840 | } |
| 15841 | warnInvalidARIAProps(type, props); |
| 15842 | } |
| 15843 | |
| 15844 | var didWarnValueNull = false; |
| 15845 |
no test coverage detected