Skip to content

fix(grapher refactor): fix time param handling #28948

fix(grapher refactor): fix time param handling

fix(grapher refactor): fix time param handling #28948

Triggered via pull request March 7, 2025 09:26
Status Failure
Total duration 3m 25s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
eslint: site/multiDim/MultiDimDataPageContent.tsx#L235
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
eslint
Process completed with exit code 1.
testcheck
Process completed with exit code 1.
eslint: packages/@ourworldindata/grapher/src/core/FetchingGrapher.tsx#L6
'OwidChartDimensionInterfaceWithMandatorySlug' is defined but never used. Allowed unused vars must match /^_/u
eslint: site/multiDim/MultiDimDataPageContent.tsx#L10
'legacyToOwidTableAndDimensionsWithMandatorySlug' is defined but never used. Allowed unused vars must match /^_/u
eslint: site/multiDim/MultiDimDataPageContent.tsx#L166
'manager' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint: site/multiDim/MultiDimDataPageContent.tsx#L260
React Hook useCallback has a missing dependency: 'inputTableFetcher'. Either include it or remove the dependency array