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

Function popToNextHostParent

code/third-party/public/app.js:11439–11445  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11437 }
11438
11439 function popToNextHostParent(fiber) {
11440 var parent = fiber['return'];
11441 while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
11442 parent = parent['return'];
11443 }
11444 hydrationParentFiber = parent;
11445 }
11446
11447 function popHydrationState(fiber) {
11448 if (fiber !== hydrationParentFiber) {

Callers 1

popHydrationStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected