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

Function validateProperties

code/one-direction-data-flow/public/app.js:15675–15680  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15673}
15674
15675function validateProperties(type, props) {
15676 if (isCustomComponent(type, props)) {
15677 return;
15678 }
15679 warnInvalidARIAProps(type, props);
15680}
15681
15682var didWarnValueNull = false;
15683

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected