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

Function enterHydrationState

code/styling/public/app.js:12017–12023  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12015 var isHydrating = false;
12016
12017 function enterHydrationState(fiber) {
12018 var parentInstance = fiber.stateNode.containerInfo;
12019 nextHydratableInstance = getFirstHydratableChild(parentInstance);
12020 hydrationParentFiber = fiber;
12021 isHydrating = true;
12022 return true;
12023 }
12024
12025 function deleteHydratableInstance(returnFiber, instance) {
12026 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected