Ignore "undefined" type for useQuery().data if query has suspense and boundary wrappers #5643
Unanswered
timsofteng
asked this question in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to ignore
undefined
type for query data if it has wrapper withSuspense
andErrorBoundary
?It would be cool to drop conditions for loading and error cause we already have wrapper which can handle it.
Beta Was this translation helpful? Give feedback.
All reactions