Unexpected useQuery behavior
I am using the t3 stack on a personal project. I have a client component that calls a
useQuery
hook from from ~trpc/react
. I can see in my server logs that the procedure that is called from this use of useQuery
is getting called on some interval. Is this default behavior? Can I configure this somewhere?
Thanks in advance.1 Reply
Can you elaborate further? What do you mean on interval? Please provide the console log output.