mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-07-24 07:42:47 +00:00
fix: suppress remaining ESLint warnings blocking CI
- Disable react-hooks/incompatible-library warnings for RHF watch() and TanStack useReactTable() — these are false positives from the React Compiler plugin - Remove unused useDebounce import and variable from vendor-table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -78,6 +78,7 @@ export function PaintForm({ paint, vendors, locations, onSuccess }: PaintFormPro
|
||||
},
|
||||
});
|
||||
|
||||
// eslint-disable-next-line react-hooks/incompatible-library -- RHF watch is safe here, used only for preview swatch
|
||||
const watchColorHex = form.watch("colorHex");
|
||||
|
||||
function handleCatalogSelect(item: CatalogItem) {
|
||||
|
||||
Reference in New Issue
Block a user