Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
851
function
getIsHydrating(): boolean {
852
return
isHydrating;
853
}
854
855
export
function
queueHydrationError(error: CapturedValue<mixed>): void {
856
if
(hydrationErrors === null) {
Callers
15
warnIfNotHydrating
Function · 0.90
updateForwardRef
Function · 0.90
updateActivityComponent
Function · 0.90
updateFunctionComponent
Function · 0.90
replayFunctionComponent
Function · 0.90
updateHostHoistable
Function · 0.90
updateSuspenseComponent
Function · 0.90
updateSuspenseListComponent
Function · 0.90
updateViewTransition
Function · 0.90
beginWork
Function · 0.90
ReactFiberHooks.js
File · 0.90
requestDeferredLane
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected