MCPcopy Create free account
hub / github.com/reactjs/react-rails / validateProperties$2

Function validateProperties$2

lib/assets/react-source/development/react.js:9309–9315  ·  view source on GitHub ↗
(type, props, canUseEventSystem)

Source from the content-addressed store, hash-verified

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';

Callers 1

react.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnUnknownPropertiesFunction · 0.70

Tested by

no test coverage detected