[feat] view plants: created PlantCard component #24
lint.yml
on: pull_request
Run ESLint, Prettier, and TypeScript compiler
20s
Annotations
4 errors and 1 warning
Run ESLint, Prettier, and TypeScript compiler:
app/page.style.ts#L4
Cannot find module 'styled-components' or its corresponding type declarations.
|
Run ESLint, Prettier, and TypeScript compiler:
lib/registry.tsx#L5
Cannot find module 'styled-components' or its corresponding type declarations.
|
Run ESLint, Prettier, and TypeScript compiler:
src/api/supabase/queries/plant_by_id.ts#L3
Cannot find module '../createClient' or its corresponding type declarations.
|
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 2.
|
Run ESLint, Prettier, and TypeScript compiler:
components/PlantCard/PlantCard.tsx#L9
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
|