AntiPattern
Cache Keys Context Drift
cache-keys-context-drift
React data hooks and caching APIs fail when cache keys or invocation context drift: destructuring or indirect calls lose QueryClient/injection scope, undefined/mismatched variables prevent proper query shaping, and incorrect arguments invalidate or update the wrong cached entries.