Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

review page

review page #32

Triggered via push May 19, 2025 21:41
Status Failure
Total duration 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
build-and-test
15s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-test: src/components/dashboard/LocationDistributionChart.tsx#L27
Unexpected any. Specify a different type
build-and-test: src/components/SEO.tsx#L11
Unexpected any. Specify a different type
build-and-test: src/components/ProductGrid.tsx#L76
Unexpected lexical declaration in case block
build-and-test: src/components/ProductGrid.tsx#L75
Unexpected lexical declaration in case block
build-and-test: src/components/ProductGrid.tsx#L70
Unexpected lexical declaration in case block
build-and-test: src/components/ProductGrid.tsx#L69
Unexpected lexical declaration in case block
build-and-test: src/components/ProductCard.tsx#L80
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
build-and-test: src/components/ProductCard.tsx#L50
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
build-and-test: src/components/ProductCard.tsx#L49
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
build-and-test: src/components/CompanyGrid.tsx#L4
Unexpected any. Specify a different type
build-and-test: src/pages/Products.tsx#L100
React Hook useEffect has a missing dependency: 'currentFilters'. Either include it or remove the dependency array
build-and-test: src/components/ui/toggle.tsx#L43
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/sonner.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/sidebar.tsx#L760
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/navigation-menu.tsx#L119
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/form.tsx#L168
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ui/badge.tsx#L41
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/SEO.tsx#L66
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
build-and-test: src/components/ProductCard.tsx#L84
React Hook useEffect has a missing dependency: 'generateLogoUrl'. Either include it or remove the dependency array