AntiPattern
Config Outside Runtime
static-column-def-outside-runtime
Static UI configuration created outside the component that owns runtime state (props/searchParams/selectors) fails to receive dynamic inputs, leading to stale or incorrect behavior. Side effects like non-clean listeners, non-unique control IDs, or keyboard/table selection mismatches amplify the breakage.