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

Function validateProperties

code/third-party/public/app.js:15035–15040  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15033}
15034
15035function validateProperties(type, props) {
15036 if (isCustomComponent(type, props)) {
15037 return;
15038 }
15039 warnInvalidARIAProps(type, props);
15040}
15041
15042var didWarnValueNull = false;
15043

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected