Skip to content

[feat] implements add plant details #89

[feat] implements add plant details

[feat] implements add plant details #89

Triggered via pull request October 26, 2024 02:23
Status Failure
Total duration 32s
Artifacts

lint.yml

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

Annotations

3 errors and 1 warning
Run ESLint, Prettier, and TypeScript compiler: app/add-details/page.tsx#L23
Object literal may only specify known properties, and 'state' 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 'state' 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/PlantCard.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