Replies: 2 comments 12 replies
|
I am using |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! It looks like urql has had
suspenseflag 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
All reactions