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

Function validateProperties$2

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

Source from the content-addressed store, hash-verified

16114};
16115
16116function validateProperties$2(type, props, canUseEventSystem) {
16117 if (isCustomComponent(type, props)) {
16118 return;
16119 }
16120 warnUnknownProperties(type, props, canUseEventSystem);
16121}
16122
16123// TODO: direct imports like some-package/src/* are bad. Fix me.
16124var getCurrentFiberOwnerName$2 = ReactDebugCurrentFiber.getCurrentFiberOwnerName;

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnUnknownPropertiesFunction · 0.70

Tested by

no test coverage detected