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

Function enterHydrationState

code/third-party/public/app.js:11250–11256  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11248 var isHydrating = false;
11249
11250 function enterHydrationState(fiber) {
11251 var parentInstance = fiber.stateNode.containerInfo;
11252 nextHydratableInstance = getFirstHydratableChild(parentInstance);
11253 hydrationParentFiber = fiber;
11254 isHydrating = true;
11255 return true;
11256 }
11257
11258 function deleteHydratableInstance(returnFiber, instance) {
11259 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected