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

Function enterHydrationState

code/redux/public/app.js:12268–12274  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12266 var isHydrating = false;
12267
12268 function enterHydrationState(fiber) {
12269 var parentInstance = fiber.stateNode.containerInfo;
12270 nextHydratableInstance = getFirstHydratableChild(parentInstance);
12271 hydrationParentFiber = fiber;
12272 isHydrating = true;
12273 return true;
12274 }
12275
12276 function deleteHydratableInstance(returnFiber, instance) {
12277 {

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected