MCPcopy Index your code
hub / github.com/caseywebdev/react-list / isValidElement

Function isValidElement

docs/index.js:139–145  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

137 );
138}
139function isValidElement(object) {
140 return (
141 "object" === typeof object &&
142 null !== object &&
143 object.$$typeof === REACT_ELEMENT_TYPE
144 );
145}
146function escape(key) {
147 var escaperLookup = { "=": "=0", ":": "=2" };
148 return (

Callers 3

mapIntoArrayFunction · 0.85
index.jsFile · 0.85
validateChildKeysFunction · 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…