feat integrated auth with profile context/onboarding #278
lint.yml
on: push
Run ESLint, Prettier, and TypeScript compiler
29s
Annotations
2 warnings
Run ESLint, Prettier, and TypeScript compiler:
components/PlantCard/index.tsx#L32
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:
utils/ProfileProvider.tsx#L92
React Hook useMemo has an unnecessary dependency: 'setHasPlot'. Either exclude it or remove the dependency array
|