MCPcopy Create free account
hub / github.com/microsoft/SandDance / enterHydrationState

Function enterHydrationState

docs/external/js/react-dom.development.js:16565–16572  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

16563 var isHydrating = false;
16564
16565 function enterHydrationState(fiber) {
16566
16567 var parentInstance = fiber.stateNode.containerInfo;
16568 nextHydratableInstance = getFirstHydratableChild(parentInstance);
16569 hydrationParentFiber = fiber;
16570 isHydrating = true;
16571 return true;
16572 }
16573
16574 function deleteHydratableInstance(returnFiber, instance) {
16575 {

Callers 1

updateHostRootFunction · 0.85

Calls 1

getFirstHydratableChildFunction · 0.85

Tested by

no test coverage detected