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

Function checkDidRenderIdHook

docs/index.js:7253–7257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7251 return maybeThenable;
7252}
7253function checkDidRenderIdHook() {
7254 var didRenderIdHook = 0 !== localIdCounter;
7255 localIdCounter = 0;
7256 return didRenderIdHook;
7257}
7258function bailoutHooks(current, workInProgress, lanes) {
7259 workInProgress.updateQueue = current.updateQueue;
7260 workInProgress.flags &= -2053;

Callers 3

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…