Quick question about TRPC query with date
Hi,
Just a quick question about TRPC Query
why do I always get the same date in the query? Date in this case is a state.
How do I make it work when I change the date to re-trigger this query? I tried
Just a quick question about TRPC Query
why do I always get the same date in the query? Date in this case is a state.
How do I make it work when I change the date to re-trigger this query? I tried
refetch but did not work same date again.