MCPcopy Create free account
hub / github.com/microsoft/SandDance / validateProperties

Function validateProperties

docs/external/js/react-dom.development.js:5540–5546  ·  view source on GitHub ↗
(type, props)

Source from the content-addressed store, hash-verified

5538 }
5539
5540 function validateProperties(type, props) {
5541 if (isCustomComponent(type, props)) {
5542 return;
5543 }
5544
5545 warnInvalidARIAProps(type, props);
5546 }
5547
5548 var didWarnValueNull = false;
5549 function validateProperties$1(type, props) {

Callers 1

Calls 2

isCustomComponentFunction · 0.85
warnInvalidARIAPropsFunction · 0.85

Tested by

no test coverage detected