Replies: 1 comment 3 replies
-
It would be cool if you could PR that |
Beta Was this translation helpful? Give feedback.
3 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.
-
Whilst trying out this library I've found the documentation quite nice to work with, with one exception: the way the options for the QueryClient are documented (see: https://react-query.tanstack.com/reference/QueryClient).
If you look under options you'll see:
However, the options themselves aren't linked from that section, and I couldn't find them in the docs anywhere. In the end I ended up going through the source and sort of cobbling it together myself. In my opinion this could be improved by either listing the available options, or linking to a list like that in the docs.
Beta Was this translation helpful? Give feedback.
All reactions