How can we get the query key on the server?
I have prefetched a query on the server, but I also want to use the value on the server
When I log the cache, I can see the result of the prefetch is there, I just can't find the key to access it by
The
getQueryKey
function doesn't seem to work with the server API provided by createHydrationHelpers
0 Replies