AntiPattern

Framework State Mismatch

state-and-prop-source-mismatch

UI layers expect state/props from a specific source (router defaults, React state, Redux, or query generics) but updates or types land elsewhere, so components render fallback content or fail to update/verify as intended.