AntiPattern
State Mutation Visibility Drift
state-mutation-visibility-drift
Closures, partial updates, and miswired setters cause the store/model to update without the UI observing the intended state shape, pre/post values, or timestamps, so change detection and derived rendering logic silently operate on stale or incorrect data.