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

Function enterHydrationState

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

Source from the content-addressed store, hash-verified

11376 var isHydrating = false;
11377
11378 function enterHydrationState(fiber) {
11379 var parentInstance = fiber.stateNode.containerInfo;
11380 nextHydratableInstance = getFirstHydratableChild(parentInstance);
11381 hydrationParentFiber = fiber;
11382 isHydrating = true;
11383 return true;
11384 }
11385
11386 function deleteHydratableInstance(returnFiber, instance) {
11387 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected