MCPcopy Create free account
hub / github.com/microsoft/SandDance / isFiberMounted

Function isFiberMounted

docs/external/js/react-dom.development.js:3040–3042  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

3038 return fiber.tag === HostRoot ? fiber.stateNode.containerInfo : null;
3039 }
3040 function isFiberMounted(fiber) {
3041 return getNearestMountedFiber(fiber) === fiber;
3042 }
3043 function isMounted(component) {
3044 {
3045 var owner = ReactCurrentOwner.current;

Callers 1

Calls 1

getNearestMountedFiberFunction · 0.85

Tested by

no test coverage detected