Muhammad Ilham Mubarak
Muhammad Ilham Mubarak
I think there is no problem writing the test by measuring an arbitrary threshold using `performance.now()`. This PR on `@tanstack/table` did this kind of test https://github.com/TanStack/table/pull/4495 I've tried the fix...
I would love to help with the PR, I can just push my current changes @TkDodo
@SebKranz Correct me if I'm wrong, but I think that's the behavior I normally would expect. I expect the `queryKeyHashFn` called from `useQuery` would not override the client `queryKeyHasFn` function...
Fair point, it would have a subtle behavior change @SebKranz