Hello
I did a “run dev build” and I corrected a lot of errors but the ones that remain I can’t correct them can you help me?
Failed to compile.
./app/page.tsx
19:10 Error: 'isDropdownVisible' is assigned a value but never used. @typescript-eslint/no-unused-vars
19:29 Error: 'setDropdownVisible' is assigned a value but never used. @typescript-eslint/no-unused-vars
./components/ui/3d-card.tsx
38:29 Error: 'e' is defined but never used. @typescript-eslint/no-unused-vars
43:29 Error: 'e' is defined but never used. @typescript-eslint/no-unused-vars
125:6 Warning: React Hook useEffect has a missing dependency: 'handleAnimations'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./components/ui/evervault-card.tsx
24:61 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
60:63 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
93:46 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
./components/ui/infinite-moving-cards.tsx
28:6 Warning: React Hook useEffect has a missing dependency: 'addAnimation'. Either include it or remove the dependency array. react-hooks/exhaustive-deps
./components/ui/input.tsx
5:18 Error: An interface declaring no members is equivalent to its supertype. @typescript-eslint/no-empty-object-type
./components/ui/textarea.tsx
5:18 Error: An interface declaring no members is equivalent to its supertype. @typescript-eslint/no-empty-object-type
./components/ui/use-toast.ts
19:7 Error: 'actionTypes' is assigned a value but only used as a type. @typescript-eslint/no-unused-vars
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules