AntiPattern
Stale/Invalid Data Shape
table-data-shape-and-context-mismatch
UI table mechanisms fail when the data/config passed to the table is the wrong shape or updated in a way the table/reactivity system won’t recognize, triggering runtime errors or skipped re-renders (e.g., non-array dataSource, missing meta context, new references not processed).