MCPcopy Create free account
hub / github.com/Lobos/react-ui / isCustomComponent

Function isCustomComponent

docs/lib/react.js:6638–6640  ·  view source on GitHub ↗
(tagName, props)

Source from the content-addressed store, hash-verified

6636}
6637
6638function isCustomComponent(tagName, props) {
6639 return tagName.indexOf('-') >= 0 || props.is != null;
6640}
6641
6642var globalIdCounter = 1;
6643

Callers 1

react.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…