(fiber)
| 5016 | } |
| 5017 | } |
| 5018 | function markComponentPassiveEffectUnmountStarted(fiber) { |
| 5019 | { |
| 5020 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStarted === 'function') { |
| 5021 | injectedProfilingHooks.markComponentPassiveEffectUnmountStarted(fiber); |
| 5022 | } |
| 5023 | } |
| 5024 | } |
| 5025 | function markComponentPassiveEffectUnmountStopped() { |
| 5026 | { |
| 5027 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStopped === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…