Home / Function/ markComponentLayoutEffectUnmountStarted() — react Function Reference

markComponentLayoutEffectUnmountStarted() — react Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 333–343

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

Domain

Subdomains

Frequently Asked Questions

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