You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm implementing this correctly, but saving a component when using the Next.js development mode causes queries to be made in an infinite loop.
It seems to be caused by having different URLs for server / client side. The only reference I could find to having different URLs depending on the context is in the old repository.
To reproduce
npm run dev
Open devtools in e.g. chrome
Save a file after e.g. inserting a newline somewhere
Describe the bug
I'm not sure if I'm implementing this correctly, but saving a component when using the Next.js development mode causes queries to be made in an infinite loop.
It seems to be caused by having different URLs for server / client side. The only reference I could find to having different URLs depending on the context is in the old repository.
To reproduce
npm run dev
Reproduction
https://stackblitz.com/edit/github-unakrx?file=app%2Furql-provider.tsx
Urql version
See package.json in reproduction
Validations
The text was updated successfully, but these errors were encountered: