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

Function validateProperties

code/dependency-injection/public/app.js:15895–15900  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15893}
15894
15895function validateProperties(type, props) {
15896 if (isCustomComponent(type, props)) {
15897 return;
15898 }
15899 warnInvalidARIAProps(type, props);
15900}
15901
15902var didWarnValueNull = false;
15903

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected