styling changes #201
Annotations
6 errors and 2 warnings
Run ESLint:
components/PlantCalendarRow/index.tsx#L1
'useEffect' is defined but never used
|
Run ESLint:
components/PlantCalendarRow/index.tsx#L33
'showMonths' is defined but never used
|
Run ESLint:
components/PlantList/index.tsx#L69
Missing "key" prop for element in iterator
|
Run ESLint:
utils/helpers.ts#L184
'startColumn' is never reassigned. Use 'const' instead
|
Run ESLint:
utils/helpers.ts#L187
'endColumn' is never reassigned. Use 'const' instead
|
Run ESLint
Process completed with exit code 1.
|
Run ESLint:
components/PlantCalendarRow/index.tsx#L80
React Hook useMemo has missing dependencies: 'colors.background', 'colors.harvest', 'colors.indoors', 'colors.outdoors', and 'colors.transplant'. Either include them or remove the dependency array
|
Run ESLint:
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
|
Loading