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

Function markComponentPassiveEffectUnmountStarted

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

Source from the content-addressed store, hash-verified

5016 }
5017 }
5018 function markComponentPassiveEffectUnmountStarted(fiber) {
5019 {
5020 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStarted === 'function') {
5021 injectedProfilingHooks.markComponentPassiveEffectUnmountStarted(fiber);
5022 }
5023 }
5024 }
5025 function markComponentPassiveEffectUnmountStopped() {
5026 {
5027 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStopped === '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…