(type, props)
| 15794 | } |
| 15795 | |
| 15796 | function validateProperties(type, props) { |
| 15797 | if (isCustomComponent(type, props)) { |
| 15798 | return; |
| 15799 | } |
| 15800 | warnInvalidARIAProps(type, props); |
| 15801 | } |
| 15802 | |
| 15803 | var didWarnValueNull = false; |
| 15804 |
no test coverage detected