Skip to content

feat integrated auth with profile context/onboarding #278

feat integrated auth with profile context/onboarding

feat integrated auth with profile context/onboarding #278

Triggered via push November 28, 2024 11:06
Status Success
Total duration 42s
Artifacts

lint.yml

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

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