Shouldn't data on useQuery be non-nullable when using suspense: true?
#3558
sunwrobert
started this conversation in
Ideas
Replies: 1 comment 7 replies
|
So, even with Suspense, there's several cases that prevent |
7 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.
It's a bit inconvenient to assume that data will always be null, especially if I'm already wrapping it in a
Suspense. Am I wrong for assuming it should be non-nullable?All reactions