prefetchQuery x next.js server side
Hey guys, I am using prefetchQuery in my Next.js app, but for some reason, instead of the data being instantly accessbile on the client, it actually returns undefined and then the data
can someone help me? 🙂
server component:
in the child it is just a normal query:
1 Reply
optimistic-gold•11mo ago
Think you have to dehydrate the client after the prefetchQuery s