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

Function markComponentLayoutEffectUnmountStarted

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

Source from the content-addressed store, hash-verified

5044 }
5045 }
5046 function markComponentLayoutEffectUnmountStarted(fiber) {
5047 {
5048 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStarted === 'function') {
5049 injectedProfilingHooks.markComponentLayoutEffectUnmountStarted(fiber);
5050 }
5051 }
5052 }
5053 function markComponentLayoutEffectUnmountStopped() {
5054 {
5055 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStopped === 'function') {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…