()
| 5023 | } |
| 5024 | } |
| 5025 | function markComponentPassiveEffectUnmountStopped() { |
| 5026 | { |
| 5027 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStopped === 'function') { |
| 5028 | injectedProfilingHooks.markComponentPassiveEffectUnmountStopped(); |
| 5029 | } |
| 5030 | } |
| 5031 | } |
| 5032 | function markComponentLayoutEffectMountStarted(fiber) { |
| 5033 | { |
| 5034 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStarted === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…