Data keys sorted?
Is it possible that react query sorts the keys of the data that comes back from a query? I imagine to do some compare, but is it possible to get the presorted data? Looks like it's in the original order in the network request but not when I get it from react query
0 Replies