MCPcopy Create free account
hub / github.com/reactjs/react-rails / resetCurrentFiber

Function resetCurrentFiber

lib/assets/react-source/development/react.js:5295–5301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5293 }
5294 }
5295 function resetCurrentFiber() {
5296 {
5297 ReactDebugCurrentFrame$1.getCurrentStack = null;
5298 current = null;
5299 isRendering = false;
5300 }
5301 }
5302 function setCurrentFiber(fiber) {
5303 {
5304 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