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

Function enterHydrationState

code/communication/public/app.js:12052–12058  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12050 var isHydrating = false;
12051
12052 function enterHydrationState(fiber) {
12053 var parentInstance = fiber.stateNode.containerInfo;
12054 nextHydratableInstance = getFirstHydratableChild(parentInstance);
12055 hydrationParentFiber = fiber;
12056 isHydrating = true;
12057 return true;
12058 }
12059
12060 function deleteHydratableInstance(returnFiber, instance) {
12061 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected