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

Function validateProperties

code/styling/public/app.js:15802–15807  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

15800}
15801
15802function validateProperties(type, props) {
15803 if (isCustomComponent(type, props)) {
15804 return;
15805 }
15806 warnInvalidARIAProps(type, props);
15807}
15808
15809var didWarnValueNull = false;
15810

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnInvalidARIAPropsFunction · 0.70

Tested by

no test coverage detected