fix(frontend): clean up console warnings and deprecations (#37881)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-04-25 01:48:29 -04:00
committed by GitHub
parent eb2645affe
commit abd93444d0
41 changed files with 186 additions and 147 deletions

View File

@@ -829,7 +829,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
th {
border-right: 1px solid ${theme.colorSplit};
}
th:first-child {
th:first-of-type {
border-left: none;
}
th:last-child {