Home / Function/ markPassiveEffectsStopped() — react Function Reference

markPassiveEffectsStopped() — react Function Reference

Architecture documentation for the markPassiveEffectsStopped() function in ReactFiberDevToolsHook.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  5f2e55f9_bc75_06f8_cec7_faf7dbcd88ac["markPassiveEffectsStopped()"]
  1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"]
  5f2e55f9_bc75_06f8_cec7_faf7dbcd88ac -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc
  style 5f2e55f9_bc75_06f8_cec7_faf7dbcd88ac fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 420–429

export function markPassiveEffectsStopped(): void {
  if (enableSchedulingProfiler) {
    if (
      injectedProfilingHooks !== null &&
      typeof injectedProfilingHooks.markPassiveEffectsStopped === 'function'
    ) {
      injectedProfilingHooks.markPassiveEffectsStopped();
    }
  }
}

Domain

Subdomains

Frequently Asked Questions

What does markPassiveEffectsStopped() do?
markPassiveEffectsStopped() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markPassiveEffectsStopped() defined?
markPassiveEffectsStopped() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 420.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free