AntiPattern
Stale State Due to Mis-Semantics
stale-state-mis-semantics
Compiler/execution-path and state-access semantics diverge—code that appears wired in scope is not executed or values read are stale (e.g., store.getState vs event payload, selector recreation), breaking correctness and producing confusing results.