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

Function validateProperties$2

code/communication/public/app.js:16013–16018  ·  view source on GitHub ↗
(type, props, canUseEventSystem)

Source from the content-addressed store, hash-verified

16011};
16012
16013function validateProperties$2(type, props, canUseEventSystem) {
16014 if (isCustomComponent(type, props)) {
16015 return;
16016 }
16017 warnUnknownProperties(type, props, canUseEventSystem);
16018}
16019
16020// TODO: direct imports like some-package/src/* are bad. Fix me.
16021var getCurrentFiberOwnerName$2 = ReactDebugCurrentFiber.getCurrentFiberOwnerName;

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnUnknownPropertiesFunction · 0.70

Tested by

no test coverage detected