You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix IndexedDB cache comparison to ignore React Query metadata.
The previous hash comparison was including React Query metadata fields that change on every access (like dataUpdatedAt, dataUpdateCount, etc.). Now we extract and compare only the actual query data and errors, ignoring the constantly-changing metadata.
0 commit comments