AntiPattern
Mismatched Action/Endpoint Wiring
action-endpoint-wiring-mismatch
Redux and RTK Query flows fail because dispatched actions, listener triggers, and endpoint types are wired with mismatched identifiers or shapes (e.g., wrong ${slice}/${reducer} type, missing mutation reducer/caching, incorrect trigger predicates, or endpoint-vs-trigger confusion), leaving state updates and side effects silently skipped.