Replies: 3 comments
-
That's sadly not how Next currently works when i.e. |
Beta Was this translation helpful? Give feedback.
-
Hi @JoviDeCroock , is the hook import from |
Beta Was this translation helpful? Give feedback.
-
No, hooks are inherently for |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
In the nextjs example, for client component, the useQuery should execute the request from client side
Reproduction
Go to this code sandbox, go to the non-rsc page, open dev tool and see there's no request called https://codesandbox.io/p/sandbox/github/urql-graphql/urql/tree/main/examples/with-next
Urql version
urql ^4.0.6
@urql/next ^1.1.1
Validations
Beta Was this translation helpful? Give feedback.
All reactions