Problemunvalidated
new instances of QueryClient are being created every time the file is loaded — I have the following setup in my root file to create a singleton QueryClient instance. Tension: even though I expected to share the same instance across both server and client. Outcome: you can't send the QueryClient from the server to the client and you don't really want to do that.
e5d960d7-d3d0-4348-8cd5-a6bd639ac04c
new instances of QueryClient are being created every time the file is loaded — I have the following setup in my root file to create a singleton QueryClient instance. Tension: even though I expected to share the same instance across both server and client. Outcome: you can't send the QueryClient from the server to the client and you don't really want to do that.