Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ resetHydrationState
Function
resetHydrationState
code/event-handlers/public/app.js:11579–11583 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11577
}
11578
11579
function
resetHydrationState() {
11580
hydrationParentFiber = null;
11581
nextHydratableInstance = null;
11582
isHydrating = false;
11583
}
11584
11585
return
{
11586
enterHydrationState: enterHydrationState,
Callers
1
updateHostRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected