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

Function validateProperties

code/new-context-api/public/app.js:15163–15168  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15161}
15162
15163function validateProperties(type, props) {
15164 if (isCustomComponent(type, props)) {
15165 return;
15166 }
15167 warnInvalidARIAProps(type, props);
15168}
15169
15170var didWarnValueNull = false;
15171

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected