MCPcopy Create free account
hub / github.com/microsoft/SandDance / popToNextHostParent

Function popToNextHostParent

docs/external/js/react-dom.development.js:16809–16817  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

16807 }
16808
16809 function popToNextHostParent(fiber) {
16810 var parent = fiber.return;
16811
16812 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot && parent.tag !== SuspenseComponent) {
16813 parent = parent.return;
16814 }
16815
16816 hydrationParentFiber = parent;
16817 }
16818
16819 function popHydrationState(fiber) {
16820

Callers 1

popHydrationStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected