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

Function getCurrentFiberStackInDev

docs/index.js:19226–19228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19224 return null != owner ? getComponentNameFromOwner(owner) : null;
19225 }
19226 function getCurrentFiberStackInDev() {
19227 return null === current ? "" : getStackByFiberInDevAndProd(current);
19228 }
19229 function runWithFiberInDEV(fiber, callback, arg0, arg1, arg2, arg3, arg4) {
19230 var previousFiber = current;
19231 ReactSharedInternals.getCurrentStack =

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…