Ayush Goyal
Ayush Goyal11mo ago

TRPC retries with new app dir

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
0 Replies
No replies yetBe the first to reply to this messageJoin