AntiPattern
Stale UI State Across Steps
stale-ui-state-reuse
Step-to-step navigation and validation reuse React component state and stale Redux selectors, so inputs lose focus, errors duplicate across array items, and post navigation reads outdated IDs. Root cause is remount/key/state isolation not matching render intent.