MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getRootForUpdatedFiber

Function getRootForUpdatedFiber

docs/index.js:5923–5933  ·  view source on GitHub ↗
(sourceFiber)

Source from the content-addressed store, hash-verified

5921 (update.lane = lane | 536870912));
5922}
5923function getRootForUpdatedFiber(sourceFiber) {
5924 if (50 < nestedUpdateCount)
5925 throw (
5926 ((nestedUpdateCount = 0),
5927 (rootWithNestedUpdates = null),
5928 Error(formatProdErrorMessage(185)))
5929 );
5930 for (var parent = sourceFiber.return; null !== parent; )
5931 (sourceFiber = parent), (parent = sourceFiber.return);
5932 return 3 === sourceFiber.tag ? sourceFiber.stateNode : null;
5933}
5934var emptyContextObject = {},
5935 CapturedStacks = new WeakMap();
5936function createCapturedValueAtFiber(value, source) {

Callers 3

enqueueUpdateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…