()
| 19593 | injectedProfilingHooks.markComponentRenderStarted(fiber); |
| 19594 | } |
| 19595 | function markComponentRenderStopped() { |
| 19596 | null !== injectedProfilingHooks && |
| 19597 | "function" === |
| 19598 | typeof injectedProfilingHooks.markComponentRenderStopped && |
| 19599 | injectedProfilingHooks.markComponentRenderStopped(); |
| 19600 | } |
| 19601 | function markRenderStarted(lanes) { |
| 19602 | null !== injectedProfilingHooks && |
| 19603 | "function" === typeof injectedProfilingHooks.markRenderStarted && |
no outgoing calls
no test coverage detected
searching dependent graphs…