Replies: 2 comments 16 replies
-
I don't really have enough details to give a clear answer here, but reexecute calls are inherently UI concerns Those are designed to behave more heuristically. Instead, it seems to me like you're trying to do two imperative things at once.I could be wrong, but have you checked whether the Maybe add a |
Beta Was this translation helpful? Give feedback.
12 replies
-
This is stopped working. Lol. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Insanely weird behaviour. If I login, and then trigger the code that calls these lines on the screenshot, it is not working.
If I already logged in and refresh the page and do exactly the same on the same page (urql cache state is exactly the same as after login, from logged out page and getting redirected to that same page) it doesn't.
It's happening in Next.js and it's happening in non-suspended mode (suspense: false) as suspense is broken with URQL and Next.js in production and had to disable it as if Next.js suspended routes are conflicting with URQL suspension. (old mode, not app dir)
Don't know whom to blame, but URQL feels VERY unstable. At least in v4 :(
It's with graphcache enabled, and in dev mode with devtools extension.
I'll test a production build this evening (CEST time) and see how it behaves on production, but yeah, super annoying...
Beta Was this translation helpful? Give feedback.
All reactions