fix(grapher refactor): fix time param handling #28948
ci.yml
on: pull_request
testdbcheck
2m 42s
testcheck
3m 18s
eslint
2m 6s
bundlewatch
2m 27s
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
|