mirror of
https://github.com/apache/superset.git
synced 2026-07-16 03:35:45 +00:00
- Select.test.tsx: migrate selectOption → selectPillOption for compact pill UI; update rehydration assertion to use data-test attr; wrap clearFilter() call in act() to silence React state warning - CompactSelectPanel.test.tsx: add rerender after clearFilter() to reflect fully-controlled component no longer having internal state - CompactSelectPanel.tsx: use opt.title for ReactNode labels in handleSelect so owner-select options serialize correctly - CompactFilterTrigger.tsx: prettier formatting - chartAction.ts: cast response to include warning field to fix TS error (ChartDataResponseResult in installed .d.ts predates warning field) - scripts/oxlint.sh: fix silent exit-1 when oxlint produces no output (empty-string && short-circuit was the last command, so it became the script's exit code; use if/then/fi instead)