(type, props, canUseEventSystem)
| 9307 | }; |
| 9308 | |
| 9309 | function validateProperties$2(type, props, canUseEventSystem) { |
| 9310 | if (isCustomComponent(type, props)) { |
| 9311 | return; |
| 9312 | } |
| 9313 | |
| 9314 | warnUnknownProperties(type, props, canUseEventSystem); |
| 9315 | } |
| 9316 | |
| 9317 | var didWarnInvalidHydration = false; |
| 9318 | var DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML'; |
no test coverage detected