()
| 5037 | } |
| 5038 | } |
| 5039 | function markComponentLayoutEffectMountStopped() { |
| 5040 | { |
| 5041 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStopped === 'function') { |
| 5042 | injectedProfilingHooks.markComponentLayoutEffectMountStopped(); |
| 5043 | } |
| 5044 | } |
| 5045 | } |
| 5046 | function markComponentLayoutEffectUnmountStarted(fiber) { |
| 5047 | { |
| 5048 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStarted === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…