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

Function markComponentPassiveEffectMountStarted

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

Source from the content-addressed store, hash-verified

5002 }
5003 }
5004 function markComponentPassiveEffectMountStarted(fiber) {
5005 {
5006 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStarted === 'function') {
5007 injectedProfilingHooks.markComponentPassiveEffectMountStarted(fiber);
5008 }
5009 }
5010 }
5011 function markComponentPassiveEffectMountStopped() {
5012 {
5013 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStopped === '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…