Skip to content

🔨 Fix grapher uses after grapher state refactor [4/4] #28308

🔨 Fix grapher uses after grapher state refactor [4/4]

🔨 Fix grapher uses after grapher state refactor [4/4] #28308

Triggered via pull request February 16, 2025 17:31
Status Failure
Total duration 2m 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
testdbcheck: site/DataPageV2Content.tsx#L104
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
testdbcheck: site/GrapherFigureView.tsx#L45
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; configUrl: string | undefined; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
testdbcheck: site/multiembedder/MultiEmbedder.tsx#L222
Expected 4 arguments, but got 3.
testdbcheck: adminSiteClient/AbstractChartEditor.ts#L57
Expected 2 arguments, but got 1.
testdbcheck: adminSiteClient/GrapherConfigGridEditor.tsx#L332
Expected 4 arguments, but got 3.
testdbcheck: baker/GrapherImageBaker.tsx#L131
Expected 4 arguments, but got 3.
testdbcheck
Process completed with exit code 2.
eslint
Process completed with exit code 1.
bundlewatch: site/DataPageV2Content.tsx#L104
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
bundlewatch: site/GrapherFigureView.tsx#L45
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; configUrl: string | undefined; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
bundlewatch: site/multiembedder/MultiEmbedder.tsx#L222
Expected 4 arguments, but got 3.
bundlewatch: adminSiteClient/AbstractChartEditor.ts#L57
Expected 2 arguments, but got 1.
bundlewatch: adminSiteClient/GrapherConfigGridEditor.tsx#L332
Expected 4 arguments, but got 3.
bundlewatch: baker/GrapherImageBaker.tsx#L131
Expected 4 arguments, but got 3.
bundlewatch
Process completed with exit code 2.
testcheck: site/DataPageV2Content.tsx#L104
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
testcheck: site/GrapherFigureView.tsx#L45
Property 'assetMap' is missing in type '{ config: GrapherProgrammaticInterface; configUrl: string | undefined; dataApiUrl: string; }' but required in type 'FetchingGrapherProps'.
testcheck: site/multiembedder/MultiEmbedder.tsx#L222
Expected 4 arguments, but got 3.
testcheck: adminSiteClient/AbstractChartEditor.ts#L57
Expected 2 arguments, but got 1.
testcheck: adminSiteClient/GrapherConfigGridEditor.tsx#L332
Expected 4 arguments, but got 3.
testcheck: baker/GrapherImageBaker.tsx#L131
Expected 4 arguments, but got 3.
testcheck
Process completed with exit code 2.
eslint: site/GrapherFigureView.tsx#L14
'AssetMap' is defined but never used. Allowed unused vars must match /^_/u