MCPcopy Create free account
hub / github.com/plotly/dash / getCurrentFiberStackInDev

Function getCurrentFiberStackInDev

dash/deps/react-dom@18.3.1.js:1501–1511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1499 }
1500
1501 function getCurrentFiberStackInDev() {
1502 {
1503 if (current === null) {
1504 return '';
1505 } // Safe because if current fiber exists, we are reconciling,
1506 // and it is guaranteed to be the work-in-progress version.
1507
1508
1509 return getStackByFiberInDevAndProd(current);
1510 }
1511 }
1512
1513 function resetCurrentFiber() {
1514 {

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…