MCPcopy Create free account
hub / github.com/plotly/dash / markComponentPassiveEffectUnmountStopped

Function markComponentPassiveEffectUnmountStopped

dash/deps/react-dom@18.3.1.js:5025–5031  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5023 }
5024 }
5025 function markComponentPassiveEffectUnmountStopped() {
5026 {
5027 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStopped === 'function') {
5028 injectedProfilingHooks.markComponentPassiveEffectUnmountStopped();
5029 }
5030 }
5031 }
5032 function markComponentLayoutEffectMountStarted(fiber) {
5033 {
5034 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStarted === 'function') {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…