Replies: 1 comment
-
it should. can you show a codesandbox reproduction? |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I did it like this using
useQuery
status < 500
doesn't needError Boundary
.However, I need parallel processing within suspense to prevent network waterfall, so have to use
useQueries
.but,
useErrorBoundary
property doesn't get Error parameterIn this case, how can I handle error with
useQueries
?Beta Was this translation helpful? Give feedback.
All reactions