Merge branch '16-create-the-profile-context' of https://github.com/ca… #213
lint.yml
on: push
Run ESLint, Prettier, and TypeScript compiler
26s
Annotations
6 errors and 1 warning
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/page.tsx#L49
Property 'label' does not exist on type 'string'.
|
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/page.tsx#L49
Property 'value' does not exist on type 'string'. Did you mean 'valueOf'?
|
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/page.tsx#L50
Property 'label' does not exist on type 'string'.
|
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/page.tsx#L68
Property 'label' does not exist on type 'UserTypeEnum'.
|
Run ESLint, Prettier, and TypeScript compiler:
app/onboarding/page.tsx#L76
Property 'label' does not exist on type 'UserTypeEnum'.
|
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
|