diff --git a/apps/web/lib/QueryCell.tsx b/apps/web/lib/QueryCell.tsx index 7259feebce..3656f7e78a 100644 --- a/apps/web/lib/QueryCell.tsx +++ b/apps/web/lib/QueryCell.tsx @@ -56,6 +56,7 @@ export function QueryCell( export function QueryCell( opts: QueryCellOptionsNoEmpty ): JSXElementOrNull; +/** @deprecated Use `trpc.useQuery` instead. */ export function QueryCell( opts: QueryCellOptionsNoEmpty | QueryCellOptionsWithEmpty ) {