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

Function popToNextHostParent

code/new-context-api/public/app.js:11567–11573  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11565 }
11566
11567 function popToNextHostParent(fiber) {
11568 var parent = fiber['return'];
11569 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
11570 parent = parent['return'];
11571 }
11572 hydrationParentFiber = parent;
11573 }
11574
11575 function popHydrationState(fiber) {
11576 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected