Svelte Query SSR doesn't work with ORPC
I try tanstack query svelte with ORPC. The SSR Example in the repo works but the SSR does not work when I use with ORPC. When I console log the
query.isLoading, it log true on the server but it render the UI without waiting the prefetch query, I guess. I also await the prefetch query and also use the fetch from svelte as well. Did anyone got that issue?