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

Function validateProperties$2

code/third-party/public/app.js:15211–15216  ·  view source on GitHub ↗
(type, props, canUseEventSystem)

Source from the content-addressed store, hash-verified

15209};
15210
15211function validateProperties$2(type, props, canUseEventSystem) {
15212 if (isCustomComponent(type, props)) {
15213 return;
15214 }
15215 warnUnknownProperties(type, props, canUseEventSystem);
15216}
15217
15218// TODO: direct imports like some-package/src/* are bad. Fix me.
15219var getCurrentFiberOwnerName$2 = ReactDebugCurrentFiber.getCurrentFiberOwnerName;

Callers 1

app.jsFile · 0.70

Calls 2

isCustomComponentFunction · 0.70
warnUnknownPropertiesFunction · 0.70

Tested by

no test coverage detected