Hi, amazing work on this library. On the server, you use the .ssr method to pre-fetch data, which is, if I understand correctly, does the same thing as queryClient.prefetchQuery. I looked through the code a little and saw that calling ssr returns getSSRData, which doesn't seem to be calling prefetchQuery. Is it being called somewhere else that I might have missed or are you doing something entirely differently? If so, may I ask why? I am just a little curious on how this package works.
Hi, amazing work on this library. On the server, you use the
.ssr
method to pre-fetch data, which is, if I understand correctly, does the same thing asqueryClient.prefetchQuery
. I looked through the code a little and saw that callingssr
returnsgetSSRData
, which doesn't seem to be callingprefetchQuery
. Is it being called somewhere else that I might have missed or are you doing something entirely differently? If so, may I ask why? I am just a little curious on how this package works.