Replies: 1 comment
-
sorry, I'm not following. Hashing is only used internally. You'll always get the |
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
-
I would like to create a useQuery that corresponds to all APIs in one place, and use only the queryKey on each page. However, in cases where values such as searchParams need to be passed as queryKey, the queryFn was made to be executed through queryKeyHash or queryKeyHashFn. However, since the original queryKey is not known, the parameter cannot be used.
Beta Was this translation helpful? Give feedback.
All reactions