Ayush GoyalA
tRPC3y ago
1 reply
Ayush Goyal

TRPC retries with new app dir

    let { data: name, isLoading, isFetching, isError, error } = trpc.home.home.useQuery();


I am using React query with App directory in next js , can somebody tell me how can i aplly retry:1 , because by default it is set to 3
Was this page helpful?