How to work with prefetch query in NextJS app router?
I've been trying to set up prefetch in NextJS App router using the guide at: https://tanstack.com/query/v5/docs/framework/react/guides/advanced-ssr
but it never seems to work even when I have the same code from the docs.
but it never seems to work even when I have the same code from the docs.