Replies: 3 comments
|
That's sadly not how Next currently works when i.e. |
|
Hi @JoviDeCroock , is the hook import from |
|
No, hooks are inherently for |
|
That's sadly not how Next currently works when i.e. |
|
Hi @JoviDeCroock , is the hook import from |
|
No, hooks are inherently for |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions