-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Describe the bug
On the documentation page for useQuery, one of the arguments to useQuery is listed as queryKeyHashFn, but when you scroll down to read about it, it's entry is missing in the docs part.
To Reproduce
Steps to reproduce the behavior:
- Go to https://react-query.tanstack.com/reference/useQuery
- Search for "queryKeyHashFn"
- Only one occurrence of
queryKeyHashFnis present, when there should be at least 2 (One in the code example, and one in the docs part) - See error
Expected behavior
Documentation of queryKeyHashFn should be present.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- N/A
Smartphone (please complete the following information):
- N/A
Additional context
Add any other context about the problem here.