T
tRPC

TRPC retries with new app dir

TRPC retries with new app dir

AGAyush Goyal8/29/2023
let { data: name, isLoading, isFetching, isError, error } = trpc.home.home.useQuery();
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

Looking for more? Join the community!

T
tRPC

TRPC retries with new app dir

Join Server