Refactor data fetching to use browser timezone, remove server rendering #262
Annotations
8 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|