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

Function validateProperties

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

Source from the content-addressed store, hash-verified

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) {

Callers 1

react.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected