MCPcopy Create free account
hub / github.com/plotly/dash / enterHydrationState

Function enterHydrationState

dash/deps/react-dom@18.3.1.js:12285–12294  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12283 }
12284
12285 function enterHydrationState(fiber) {
12286
12287 var parentInstance = fiber.stateNode.containerInfo;
12288 nextHydratableInstance = getFirstHydratableChildWithinContainer(parentInstance);
12289 hydrationParentFiber = fiber;
12290 isHydrating = true;
12291 hydrationErrors = null;
12292 didSuspendOrErrorDEV = false;
12293 return true;
12294 }
12295
12296 function reenterHydrationStateFromDehydratedSuspenseInstance(fiber, suspenseInstance, treeContext) {
12297

Callers 1

updateHostRootFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…