(type, props)
| 9110 | } |
| 9111 | |
| 9112 | function validateProperties(type, props) { |
| 9113 | if (isCustomComponent(type, props)) { |
| 9114 | return; |
| 9115 | } |
| 9116 | |
| 9117 | warnInvalidARIAProps(type, props); |
| 9118 | } |
| 9119 | |
| 9120 | var didWarnValueNull = false; |
| 9121 | function validateProperties$1(type, props) { |
no test coverage detected