Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ resetHydrationState
Function
resetHydrationState
code/third-party/public/app.js:11482–11486 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11480
}
11481
11482
function
resetHydrationState() {
11483
hydrationParentFiber = null;
11484
nextHydratableInstance = null;
11485
isHydrating = false;
11486
}
11487
11488
return
{
11489
enterHydrationState: enterHydrationState,
Callers
1
updateHostRoot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected