fix lint errors #310
lint.yml
on: push
Run ESLint, Prettier, and TypeScript compiler
17s
Annotations
3 errors and 2 warnings
Run ESLint, Prettier, and TypeScript compiler:
components/FilterDropdownMultiple/index.tsx#L3
'ActionMeta' is defined but never used
|
Run ESLint, Prettier, and TypeScript compiler:
components/FilterDropdownSingle/index.tsx#L2
'ActionMeta' is defined but never used
|
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 1.
|
Run ESLint, Prettier, and TypeScript compiler
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint, Prettier, and TypeScript compiler:
utils/ProfileProvider.tsx#L94
React Hook useMemo has an unnecessary dependency: 'setHasPlot'. Either exclude it or remove the dependency array
|