(fiber)
| 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') { |
no outgoing calls
no test coverage detected
searching dependent graphs…