Home / Function/ markComponentLayoutEffectUnmountStopped() — react Function Reference

markComponentLayoutEffectUnmountStopped() — react Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  f736f4d0_0636_1417_2839_cd91d960beb1["markComponentLayoutEffectUnmountStopped()"]
  1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"]
  f736f4d0_0636_1417_2839_cd91d960beb1 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc
  31dbea93_6a15_5a88_2a94_0513d6287f5a["commitHookEffectListUnmount()"]
  31dbea93_6a15_5a88_2a94_0513d6287f5a -->|calls| f736f4d0_0636_1417_2839_cd91d960beb1
  style f736f4d0_0636_1417_2839_cd91d960beb1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 345–355

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

Domain

Subdomains

Frequently Asked Questions

What does markComponentLayoutEffectUnmountStopped() do?
markComponentLayoutEffectUnmountStopped() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markComponentLayoutEffectUnmountStopped() defined?
markComponentLayoutEffectUnmountStopped() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 345.
What calls markComponentLayoutEffectUnmountStopped()?
markComponentLayoutEffectUnmountStopped() 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