changed filterdropdowns in view plants in prep for multiselect pr to … #154
lint.yml
on: push
Run ESLint, Prettier, and TypeScript compiler
18s
Annotations
4 errors and 3 warnings
Run ESLint, Prettier, and TypeScript compiler:
app/view-plants/page.tsx#L88
'plant' is defined but never used
|
Run ESLint, Prettier, and TypeScript compiler:
app/view-plants/page.tsx#L92
'plant' is defined but never used
|
Run ESLint, Prettier, and TypeScript compiler:
app/view-plants/page.tsx#L96
'plant' is defined but never used
|
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 1.
|
Run ESLint, Prettier, and TypeScript compiler:
app/view-plants/page.tsx#L110
React Hook useMemo has a missing dependency: 'filterPlantListFunction'. Either include it or remove the dependency array
|
Run ESLint, Prettier, and TypeScript compiler:
app/view-plants/page.tsx#L114
React Hook useMemo has a missing dependency: 'filterPlantListFunction'. Either include it or remove the dependency array
|
Run ESLint, Prettier, and TypeScript compiler:
components/PlantCard/index.tsx#L16
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|