Refactor data fetching to use browser timezone, remove server rendering #257
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
|