Skip to content

Commit dd09293

Browse files
committed
chore(docs): fix docs pages build
1 parent db48b38 commit dd09293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/use-subscription.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('useSubscription', () => {
3030

3131
function Wrapper({
3232
children,
33-
}: React.PropsWithChildren<Record<string, never>>) {
33+
}: UseSubscriptionOptions & { children: React.ReactNode }) {
3434
return (
3535
<QueryClientProvider client={queryClient}>{children}</QueryClientProvider>
3636
);

0 commit comments

Comments
 (0)