(type, props)
| 15893 | } |
| 15894 | |
| 15895 | function validateProperties(type, props) { |
| 15896 | if (isCustomComponent(type, props)) { |
| 15897 | return; |
| 15898 | } |
| 15899 | warnInvalidARIAProps(type, props); |
| 15900 | } |
| 15901 | |
| 15902 | var didWarnValueNull = false; |
| 15903 |
no test coverage detected