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

Function popToNextHostParent

code/styling/public/app.js:12206–12212  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12204 }
12205
12206 function popToNextHostParent(fiber) {
12207 var parent = fiber['return'];
12208 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
12209 parent = parent['return'];
12210 }
12211 hydrationParentFiber = parent;
12212 }
12213
12214 function popHydrationState(fiber) {
12215 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected