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