Skip to content

[chore] DuckDB demo app #3401

[chore] DuckDB demo app

[chore] DuckDB demo app #3401

Triggered via pull request January 29, 2025 09:42
Status Failure
Total duration 2m 32s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
build (18.x): examples/demo-app/src/cloud-providers/index.js#L11
'DROPBOX_CLIENT_ID' is assigned a value but never used
build (18.x): examples/demo-app/src/cloud-providers/index.js#L12
'CARTO_CLIENT_ID' is assigned a value but never used
build (18.x): examples/demo-app/src/cloud-providers/index.js#L19
'DROPBOX_CLIENT_NAME' is assigned a value but never used
build (18.x)
Process completed with exit code 1.
build (18.x): examples/demo-app/src/app.tsx#L58
'sampleGeojson' is defined but never used
build (18.x): examples/demo-app/src/app.tsx#L202
React Hook useEffect has missing dependencies: '_loadSampleData', 'dispatch', 'duckDbPluginEnabled', 'id', 'provider', and 'query'. Either include them or remove the dependency array
build (18.x): examples/demo-app/src/app.tsx#L218
'_showBanner' is assigned a value but never used
build (18.x): src/common-utils/src/h3-utils.ts#L39
'_fieldIdx' is defined but never used
build (18.x): src/common-utils/src/h3-utils.ts#L39
'_dataContainer' is defined but never used
build (18.x): src/components/src/common/color-legend.tsx#L344
'_' is assigned a value but never used
build (18.x): src/components/src/common/histogram-plot.tsx#L135
'_idx' is defined but never used
build (18.x): src/components/src/common/item-selector/dropdown-list.tsx#L33
'light' is defined but never used
build (18.x): src/components/src/common/sync-timeline-control.tsx#L53
'_index' is defined but never used
build (18.x): src/components/src/hooks/use-legend-position.ts#L84
React Hook useCallback has a missing dependency: 'legendContentRef'. Either include it or remove the dependency array. Mutable values like 'legendContentRef.current' aren't valid dependencies because mutating them doesn't re-render the component