()
| 1795 | const renderStream = createRenderStream({ snapshotDOM: true }) |
| 1796 | |
| 1797 | function Loading() { |
| 1798 | useTrackRenders() |
| 1799 | return <>loading...</> |
| 1800 | } |
| 1801 | |
| 1802 | function MyComponent() { |
| 1803 | useTrackRenders() |
nothing calls this directly
no outgoing calls
no test coverage detected