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

Interface SuspensePerfProps

src/performance.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from 'react';
2
3export interface SuspensePerfProps {
4 children: React.ReactNode;
5 traceId: string;
6 fallback: React.ReactNode;
7}
8
9export function SuspenseWithPerf({ children, traceId, fallback }: SuspensePerfProps): JSX.Element {
10 // TODO: Should this import firebase/performance?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected