MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / popToNextHostParent

Function popToNextHostParent

code/dependency-injection/public/app.js:12299–12305  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12297 }
12298
12299 function popToNextHostParent(fiber) {
12300 var parent = fiber['return'];
12301 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
12302 parent = parent['return'];
12303 }
12304 hydrationParentFiber = parent;
12305 }
12306
12307 function popHydrationState(fiber) {
12308 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected