Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ isFiberMounted
Function
isFiberMounted
code/redux/public/app.js:5395–5397 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
5393
}
5394
5395
function
isFiberMounted(fiber) {
5396
return
isFiberMountedImpl(fiber) === MOUNTED;
5397
}
5398
5399
function
isMounted(component) {
5400
{
Callers
2
dispatchEvent
Function · 0.70
findCurrentUnmaskedContext
Function · 0.70
Calls
1
isFiberMountedImpl
Function · 0.70
Tested by
no test coverage detected