-
Is there a neat way to get the response headers nicely? :3 currently doing this and wondering if there is a nicer way of handling such cases within
is the |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Mar 29, 2021
Replies: 1 comment 2 replies
-
I would do that in the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vjuux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would do that in the
queryFn
itself. ThegetNextPageParam
is not async, so you can't do async json parsing there