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

Function markComponentLayoutEffectMountStarted

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

Source from the content-addressed store, hash-verified

5030 }
5031 }
5032 function markComponentLayoutEffectMountStarted(fiber) {
5033 {
5034 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStarted === 'function') {
5035 injectedProfilingHooks.markComponentLayoutEffectMountStarted(fiber);
5036 }
5037 }
5038 }
5039 function markComponentLayoutEffectMountStopped() {
5040 {
5041 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStopped === '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…