Replies: 3 comments
-
Not only the useSuspenseQueries function but also the |
Beta Was this translation helpful? Give feedback.
0 replies
-
looks good 👏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you ! Here is the Pull Request |
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.
-
When using
skipToken
forqueryFn
inuseSuspenseQuery
, like in the example below:The following specific error messages are displayed:
However, when using
skipToken
forqueryFn
inuseSuspenseQueries
, like in the example below:Only the following error message is displayed:
This makes it difficult to identify the specific error. What do you think about adding a more specific error message for
useSuspenseQueries
as well? Here is a modification I have worked on.If this change looks good, can I go ahead and create a pull request?
Before
After
Beta Was this translation helpful? Give feedback.
All reactions