MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / Comp

Function Comp

test/performance.test.tsx:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 const Fallback = () => <h1 data-testid="fallback">Fallback</h1>;
48
49 const Comp = () => {
50 useObservable('perf-test-1', o$, { suspense: true });
51
52 return <h1 data-testid="child">Actual</h1>;
53 };
54
55 const SuspenseComp = () => {
56 return (

Callers

nothing calls this directly

Calls 1

useObservableFunction · 0.85

Tested by

no test coverage detected