state change does not refetch the query and the app freezes
https://github.com/trpc/trpc/discussions/4856
I am not sure if linking is allowed but I opened a discussion in the repo and have gotten no responses. I am hoping someone here can help me.
It is very likely a mistake on my part and would really appreciate it if someone could point me in the right direction.
GitHub
useQuery
does not refetch on input change · trpc trpc · Discussio...I have spent several hours on this and cannot figure out the cause. For the following code: const [date, setDate] = useState<DateTime>(DateTime.now().startOf("week")); const timeshe...
0 Replies