(fiber)
| 5044 | } |
| 5045 | } |
| 5046 | function markComponentLayoutEffectUnmountStarted(fiber) { |
| 5047 | { |
| 5048 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStarted === 'function') { |
| 5049 | injectedProfilingHooks.markComponentLayoutEffectUnmountStarted(fiber); |
| 5050 | } |
| 5051 | } |
| 5052 | } |
| 5053 | function markComponentLayoutEffectUnmountStopped() { |
| 5054 | { |
| 5055 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStopped === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…