AntiPattern
Stale State From Updater Mismatch
stale-state-updater-mismatch
A recurring state-management mismatch where UI components expect updater-function semantics (like React useState or table change handlers), but the store/setters or computed IDs rely on stale snapshot reads, causing controls to desync from zustand state.