AntiPattern
UI Config Mismatch Semantics
ui-config-nullish-and-shape-mismatch
Conditional rendering and UI configuration fail because falsy/ternary semantics are misunderstood (e.g., ?? only covers nullish), field/value shapes change unexpectedly (arrays vs strings), and display lists rely on hard-coded keys, breaking the intended trace/label output.