mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +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:
@@ -76,6 +76,7 @@ export function ResinForm({ resin, vendors, locations, onSuccess }: ResinFormPro
|
||||
},
|
||||
});
|
||||
|
||||
// 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