Skip to content

Refactor data fetching to use browser timezone, remove server rendering #257

Refactor data fetching to use browser timezone, remove server rendering

Refactor data fetching to use browser timezone, remove server rendering #257

Triggered via pull request November 11, 2024 16:20
Status Failure
Total duration 51s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 7 warnings
test: app/routes/dashboard.tsx#L1
'Card' is defined but never used
test: app/routes/dashboard.tsx#L1
'CardContent' is defined but never used
test: app/routes/dashboard.tsx#L25
'getDateTimeRange' is defined but never used
test: app/routes/dashboard.tsx#L78
'actualSiteId' is assigned a value but never used
test: app/routes/dashboard.tsx#L139
'countFormatter' is assigned a value but never used
test
Process completed with exit code 1.
test: app/components/PaginatedTableCard.tsx#L11
Unexpected any. Specify a different type
test: app/components/PaginatedTableCard.tsx#L52
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array
test: app/components/PaginatedTableCard.tsx#L58
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array
test: app/routes/resources.stats.tsx#L55
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array
test: app/routes/resources.stats.tsx#L61
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array
test: app/routes/resources.timeseries.tsx#L78
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array
test: app/routes/resources.timeseries.tsx#L84
React Hook useEffect has missing dependencies: 'dataFetcher.state' and 'loadData'. Either include them or remove the dependency array