MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / validateProperties

Function validateProperties

code/higher-order-components/public/app.js:15796–15801  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

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

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected