AntiPattern

Framework Wrapper Side-Effects

framework-wrapper-side-effects

Redirects and auth/locale wrappers misbehave because framework control-flow and request-typed props get intercepted (e.g., redirect thrown then swallowed, incompatible req typings, wrapper-specific exports), leading to missing redirects, broken auth/session behavior, or build/runtime failures.