Replies: 2 comments 11 replies
-
Been able to reproduce it here In React 18 we seem to be causing a loop here which could be caused by a promise overriding the |
Beta Was this translation helpful? Give feedback.
10 replies
-
I am using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! It looks like urql has had
suspense
flag for a while but I'm having issues getting it to work with latest React 18 (RC). Am I doing something wrong or it's expected not to work on R18 yet? It looks like the suspense boundary never goes away (even though the network request completes).Reproduction:
CRA with React 18
Beta Was this translation helpful? Give feedback.
All reactions