(type, props)
| 16051 | } |
| 16052 | |
| 16053 | function validateProperties(type, props) { |
| 16054 | if (isCustomComponent(type, props)) { |
| 16055 | return; |
| 16056 | } |
| 16057 | warnInvalidARIAProps(type, props); |
| 16058 | } |
| 16059 | |
| 16060 | var didWarnValueNull = false; |
| 16061 |
no test coverage detected