[Chore] Fix lint error for Register actions #3134
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
examples/demo-app/src/app.tsx#L46
'sampleGeojson' is defined but never used
|
Lint:
examples/demo-app/src/app.tsx#L173
'_showBanner' is assigned a value but never used
|
Lint:
examples/demo-app/src/app.tsx#L535
'_loadSampleData' is assigned a value but never used
|
Lint:
src/common-utils/src/h3-utils.ts#L39
'fieldIdx' is defined but never used
|
Lint:
src/common-utils/src/h3-utils.ts#L39
'dataContainer' is defined but never used
|
Lint:
src/components/src/common/color-legend.tsx#L344
'_' is assigned a value but never used
|
Lint:
src/components/src/common/histogram-plot.tsx#L135
'idx' is defined but never used
|
Lint:
src/components/src/common/sync-timeline-control.tsx#L53
'index' is defined but never used
|
Lint:
src/components/src/container.tsx#L121
React Hook useEffect has missing dependencies: 'dispatch', 'initialUiState', 'mapStylesReplaceDefault', 'mapboxApiAccessToken', 'mapboxApiUrl', and 'mint'. Either include them or remove the dependency array
|
Lint:
src/components/src/hooks/use-legend-position.ts#L86
React Hook useCallback has missing dependencies: 'legendContentRef' and 'sidePanelWidth'. Either include them or remove the dependency array
|
Loading