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

Function validateProperties

code/composition/public/app.js:15940–15945  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15938}
15939
15940function validateProperties(type, props) {
15941 if (isCustomComponent(type, props)) {
15942 return;
15943 }
15944 warnInvalidARIAProps(type, props);
15945}
15946
15947var didWarnValueNull = false;
15948

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected