Prefetch using Next App router not working with useQuery but works with useSuspenseQuery
1. I'm not using the next adapter 2. I'm using the Next App Router 3. Using useSuspenseQuery works as expected, the query doesnt run onMount because it was prefetched, but it always runs using useQuery