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

Function markComponentPassiveEffectMountStopped

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

Source from the content-addressed store, hash-verified

5009 }
5010 }
5011 function markComponentPassiveEffectMountStopped() {
5012 {
5013 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStopped === 'function') {
5014 injectedProfilingHooks.markComponentPassiveEffectMountStopped();
5015 }
5016 }
5017 }
5018 function markComponentPassiveEffectUnmountStarted(fiber) {
5019 {
5020 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStarted === '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…