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

Function validateProperties

code/redux/public/app.js:16053–16058  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

16051}
16052
16053function validateProperties(type, props) {
16054 if (isCustomComponent(type, props)) {
16055 return;
16056 }
16057 warnInvalidARIAProps(type, props);
16058}
16059
16060var didWarnValueNull = false;
16061

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected