Skip to content

✨ Extracts most of Grapher's props into a new GrapherState class #28307

✨ Extracts most of Grapher's props into a new GrapherState class

✨ Extracts most of Grapher's props into a new GrapherState class #28307

Triggered via push February 16, 2025 17:31
Status Failure
Total duration 2m 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 1 warning
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.
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.
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