Skip to content

changed filterdropdowns in view plants in prep for multiselect pr to … #154

changed filterdropdowns in view plants in prep for multiselect pr to …

changed filterdropdowns in view plants in prep for multiselect pr to … #154

Triggered via push November 7, 2024 01:02
Status Failure
Total duration 28s
Artifacts

lint.yml

on: push
Run ESLint, Prettier, and TypeScript compiler
18s
Run ESLint, Prettier, and TypeScript compiler
Fit to window
Zoom out
Zoom in

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