Skip to content

[feat] integrated auth with profile context/onboarding #279

[feat] integrated auth with profile context/onboarding

[feat] integrated auth with profile context/onboarding #279

Triggered via pull request November 28, 2024 11:11
Status Success
Total duration 34s
Artifacts

lint.yml

on: pull_request
Run ESLint, Prettier, and TypeScript compiler
24s
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