()
| 5051 | } |
| 5052 | } |
| 5053 | function markComponentLayoutEffectUnmountStopped() { |
| 5054 | { |
| 5055 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentLayoutEffectUnmountStopped === 'function') { |
| 5056 | injectedProfilingHooks.markComponentLayoutEffectUnmountStopped(); |
| 5057 | } |
| 5058 | } |
| 5059 | } |
| 5060 | function markComponentErrored(fiber, thrownValue, lanes) { |
| 5061 | { |
| 5062 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentErrored === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…