AntiPattern
Redirect and Route-State Bugs
stale-route-checks-and-suppressed-redirects
Auth/permission routing logic breaks because route state is read at the wrong time (only on mount) or from incomplete data (missing route match ids), and redirects are mishandled (swallowed redirect exceptions), causing wrong access checks or ERR_TOO_MANY_REDIRECTS loops.