(sourceFiber)
| 5921 | (update.lane = lane | 536870912)); |
| 5922 | } |
| 5923 | function 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 | } |
| 5934 | var emptyContextObject = {}, |
| 5935 | CapturedStacks = new WeakMap(); |
| 5936 | function createCapturedValueAtFiber(value, source) { |
no test coverage detected
searching dependent graphs…