MCPcopy Index your code
hub / github.com/microsoft/SandDance / resetCurrentFiber

Function resetCurrentFiber

docs/external/js/react-dom.development.js:1618–1624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1616 }
1617 }
1618 function resetCurrentFiber() {
1619 {
1620 ReactDebugCurrentFrame$1.getCurrentStack = null;
1621 current = null;
1622 isRendering = false;
1623 }
1624 }
1625 function setCurrentFiber(fiber) {
1626 {
1627 ReactDebugCurrentFrame$1.getCurrentStack = getCurrentFiberStackInDev;

Callers 7

handleErrorFunction · 0.85
performUnitOfWorkFunction · 0.85
completeUnitOfWorkFunction · 0.85
commitMutationEffectsFunction · 0.85
commitLayoutEffectsFunction · 0.85
flushPassiveEffectsImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected