Shouldn't data
on useQuery
be non-nullable when using suspense: true
?
#3558
sunwrobert
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
So, even with Suspense, there's several cases that prevent |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?Beta Was this translation helpful? Give feedback.
All reactions