(type, props)
| 5538 | } |
| 5539 | |
| 5540 | function validateProperties(type, props) { |
| 5541 | if (isCustomComponent(type, props)) { |
| 5542 | return; |
| 5543 | } |
| 5544 | |
| 5545 | warnInvalidARIAProps(type, props); |
| 5546 | } |
| 5547 | |
| 5548 | var didWarnValueNull = false; |
| 5549 | function validateProperties$1(type, props) { |
no test coverage detected