Specify queryKeyHashFn for queryClient.setQueryData()
queryClient.setQueryData() https://tanstack.com/query/latest/docs/reference/QueryClient/#queryclientsetquerydataI see that the default options are used, and this is leading me to suggest users of the integration I'm writing to use this global settings.
I'm wondering if this is a philosophical thing and I should try to move toward more simply serializeable query keys or if it would make sense to expose this and I should open a PR.