markComponentPassiveEffectUnmountStopped() — react Function Reference
Architecture documentation for the markComponentPassiveEffectUnmountStopped() function in ReactFiberDevToolsHook.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 67cc4947_e836_b40f_1550_666f13c52772["markComponentPassiveEffectUnmountStopped()"] 1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"] 67cc4947_e836_b40f_1550_666f13c52772 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc 31dbea93_6a15_5a88_2a94_0513d6287f5a["commitHookEffectListUnmount()"] 31dbea93_6a15_5a88_2a94_0513d6287f5a -->|calls| 67cc4947_e836_b40f_1550_666f13c52772 style 67cc4947_e836_b40f_1550_666f13c52772 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 297–307
export function markComponentPassiveEffectUnmountStopped(): void {
if (enableSchedulingProfiler) {
if (
injectedProfilingHooks !== null &&
typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStopped ===
'function'
) {
injectedProfilingHooks.markComponentPassiveEffectUnmountStopped();
}
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does markComponentPassiveEffectUnmountStopped() do?
markComponentPassiveEffectUnmountStopped() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markComponentPassiveEffectUnmountStopped() defined?
markComponentPassiveEffectUnmountStopped() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 297.
What calls markComponentPassiveEffectUnmountStopped()?
markComponentPassiveEffectUnmountStopped() is called by 1 function(s): commitHookEffectListUnmount.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free