(fiber)
| 5030 | } |
| 5031 | } |
| 5032 | function markComponentLayoutEffectMountStarted(fiber) { |
| 5033 | { |
| 5034 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStarted === 'function') { |
| 5035 | injectedProfilingHooks.markComponentLayoutEffectMountStarted(fiber); |
| 5036 | } |
| 5037 | } |
| 5038 | } |
| 5039 | function markComponentLayoutEffectMountStopped() { |
| 5040 | { |
| 5041 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectMountStopped === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…