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

Function markComponentLayoutEffectMountStopped

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

Source from the content-addressed store, hash-verified

5037 }
5038 }
5039 function markComponentLayoutEffectMountStopped() {
5040 {
5041 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStopped === 'function') {
5042 injectedProfilingHooks.markComponentLayoutEffectMountStopped();
5043 }
5044 }
5045 }
5046 function markComponentLayoutEffectUnmountStarted(fiber) {
5047 {
5048 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStarted === '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…