AntiPattern
Redux Action/Reducer Drift
redux-action-reducer-drift
Redux Toolkit state updates silently fail when dispatched action types don’t match slice-generated namespaces or when extraReducers/listeners don’t cover the corresponding endpoints, leaving fulfilled mutations unmerged and middleware logic mis-triggered. This breaks cache coherence, auth flows, and observability.