AntiPattern
Cache Miss From Identity Drift
cache-miss-identity-drift
React state and data-cache interactions break when identifiers and contexts drift across renders/calls—e.g., undefined inputs, unstable selector instances, missing QueryClient binding, or divergent query keys—leading to stale cache data or failed invalidation/mutations.