MCPcopy
hub / github.com/react/react / getIsHydrating

Function getIsHydrating

packages/react-reconciler/src/ReactFiberHydrationContext.js:851–853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

849}
850
851function getIsHydrating(): boolean {
852 return isHydrating;
853}
854
855export function queueHydrationError(error: CapturedValue<mixed>): void {
856 if (hydrationErrors === null) {

Callers 15

warnIfNotHydratingFunction · 0.90
updateForwardRefFunction · 0.90
updateActivityComponentFunction · 0.90
updateFunctionComponentFunction · 0.90
replayFunctionComponentFunction · 0.90
updateHostHoistableFunction · 0.90
updateSuspenseComponentFunction · 0.90
updateViewTransitionFunction · 0.90
beginWorkFunction · 0.90
ReactFiberHooks.jsFile · 0.90
requestDeferredLaneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected