MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / enterHydrationState

Function enterHydrationState

code/composition/public/app.js:12155–12161  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12153 var isHydrating = false;
12154
12155 function enterHydrationState(fiber) {
12156 var parentInstance = fiber.stateNode.containerInfo;
12157 nextHydratableInstance = getFirstHydratableChild(parentInstance);
12158 hydrationParentFiber = fiber;
12159 isHydrating = true;
12160 return true;
12161 }
12162
12163 function deleteHydratableInstance(returnFiber, instance) {
12164 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected