MCPcopy
hub / github.com/plotly/dash / markComponentRenderStopped

Function markComponentRenderStopped

dash/deps/react-dom@18.2.0.js:4997–5003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4995 }
4996 }
4997 function markComponentRenderStopped() {
4998 {
4999 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStopped === 'function') {
5000 injectedProfilingHooks.markComponentRenderStopped();
5001 }
5002 }
5003 }
5004 function markComponentPassiveEffectMountStarted(fiber) {
5005 {
5006 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStarted === 'function') {

Callers 6

updateForwardRefFunction · 0.70
updateFunctionComponentFunction · 0.70
finishClassComponentFunction · 0.70
updateContextConsumerFunction · 0.70
handleErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…