AntiPattern
Stale Cache by Key Mismatch
stale-cache-by-key-mismatch
Cache entries fail to refresh because request parameters and query/mutation arguments produce inconsistent cache keys, so loaders/mutations hydrate wrong data and UI stays suspended or outdated until explicit revalidation is triggered.