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

Function enterHydrationState

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

Source from the content-addressed store, hash-verified

12108 var isHydrating = false;
12109
12110 function enterHydrationState(fiber) {
12111 var parentInstance = fiber.stateNode.containerInfo;
12112 nextHydratableInstance = getFirstHydratableChild(parentInstance);
12113 hydrationParentFiber = fiber;
12114 isHydrating = true;
12115 return true;
12116 }
12117
12118 function deleteHydratableInstance(returnFiber, instance) {
12119 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected