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

Function enterHydrationState

code/event-handlers/public/app.js:11347–11353  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11345 var isHydrating = false;
11346
11347 function enterHydrationState(fiber) {
11348 var parentInstance = fiber.stateNode.containerInfo;
11349 nextHydratableInstance = getFirstHydratableChild(parentInstance);
11350 hydrationParentFiber = fiber;
11351 isHydrating = true;
11352 return true;
11353 }
11354
11355 function deleteHydratableInstance(returnFiber, instance) {
11356 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected