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

Function markComponentLayoutEffectUnmountStopped

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

Source from the content-addressed store, hash-verified

5051 }
5052 }
5053 function markComponentLayoutEffectUnmountStopped() {
5054 {
5055 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStopped === 'function') {
5056 injectedProfilingHooks.markComponentLayoutEffectUnmountStopped();
5057 }
5058 }
5059 }
5060 function markComponentErrored(fiber, thrownValue, lanes) {
5061 {
5062 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentErrored === '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…