setQueriesData doesn't match query
Hello people,
So uh I wanted to have multi-sorting in a table and the order of the sorting keys is important for my api so I pretty much stole your function and did something like this:
And then used it as a
The problem is that when I try to do
I checked a lil bit the source code and seems like it uses this function
Here is and how I call it.
I suppose the only difference is the
So uh I wanted to have multi-sorting in a table and the order of the sorting keys is important for my api so I pretty much stole your function and did something like this:
And then used it as a
queryKeyHashFn.The problem is that when I try to do
queryClient.setQueriesData it doesn't match it when sorting keys order differs.I checked a lil bit the source code and seems like it uses this function
Here is and how I call it.
I suppose the only difference is the
isPlainObject where I used the lodash's one. Idk if that's the problem