We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022fcce commit 957d50cCopy full SHA for 957d50c
app/[domain]/page.tsx
@@ -53,7 +53,7 @@ export default async function DomainPage({
53
54
// Minimal prefetch: registration only, let sections stream progressively
55
const queryClient = makeQueryClient();
56
- queryClient.prefetchQuery(
+ void queryClient.prefetchQuery(
57
trpc.domain.registration.queryOptions({ domain: normalized }),
58
);
59
0 commit comments