Need to look into sorting for our object keys for the cache (queryKey) Something like ``` const stableKey = (obj) => JSON.stringify(obj, Object.keys(obj).sort()); ```