fix: use correct authorsVersion
for time params
#28947
ci.yml
on: push
testdbcheck
2m 36s
testcheck
2m 58s
eslint
1m 53s
bundlewatch
2m 15s
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
|