Invalidating Queries doesn't send a request
I'm using TRPC, which is using react-query. For some reason
I have the following code snippet:
getWebsites does not invalidate when invalidate is called. TRPC's invalidate is using queryClient.invalidateQueriesI have the following code snippet:
