Skip to content

change search bar input and options prop for filter dropdown #149

change search bar input and options prop for filter dropdown

change search bar input and options prop for filter dropdown #149

Triggered via push November 4, 2024 02:55
Status Failure
Total duration 27s
Artifacts

lint.yml

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

Annotations

3 errors and 2 warnings
Run ESLint, Prettier, and TypeScript compiler: app/add-details/page.tsx#L23
Object literal may only specify known properties, and 'plant_seed_indoors_start' does not exist in type 'Plant'.
Run ESLint, Prettier, and TypeScript compiler: app/add-details/page.tsx#L45
Object literal may only specify known properties, and 'plant_seed_indoors_start' does not exist in type 'Plant'.
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 2.
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
Run ESLint, Prettier, and TypeScript compiler: components/PlantList.tsx#L57
React Hook useMemo has a missing dependency: 'filterPlantList'. Either include it or remove the dependency array