MCPcopy Create free account
hub / github.com/caseywebdev/react-list / getCurrentFiberOwnerNameInDevOrNull

Function getCurrentFiberOwnerNameInDevOrNull

docs/index.js:19221–19225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19219 }
19220 }
19221 function getCurrentFiberOwnerNameInDevOrNull() {
19222 if (null === current) return null;
19223 var owner = current._debugOwner;
19224 return null != owner ? getComponentNameFromOwner(owner) : null;
19225 }
19226 function getCurrentFiberStackInDev() {
19227 return null === current ? "" : getStackByFiberInDevAndProd(current);
19228 }

Callers 3

validateInputPropsFunction · 0.85
validateTextareaPropsFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…