Update tsconfig and make nav interfaces exposable for consumption #2075
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint JS and CSS:
app/scripts/components/common/aoi/types.d.ts#L38
Unexpected any. Specify a different type
|
Lint JS and CSS:
app/scripts/components/common/aoi/use-aoi-controls.ts#L131
React Hook useCallback has a missing dependency: 'mapRef'. Either include it or remove the dependency array. If 'setAoi' needs the current value of 'mapRef', you can also switch to useReducer instead of useState and read 'mapRef' in the reducer
|
|
|
Lint JS and CSS:
app/scripts/components/common/blocks/block-map.tsx#L14
Replace `⏎··formatCompareDate,⏎··formatSingleDate,⏎` with `·formatCompareDate,·formatSingleDate·`
|
Lint JS and CSS:
app/scripts/components/common/blocks/block-map.tsx#L37
Replace `·reconcileDatasets,·getDatasetLayers·` with `⏎··reconcileDatasets,⏎··getDatasetLayers⏎`
|
Lint JS and CSS:
app/scripts/components/common/blocks/block-map.tsx#L128
Replace `layerIndex:·number,·layers:·VizDataset[]·|·undefined):·(VizDatasetSuccess·|·null)` with `⏎··layerIndex:·number,⏎··layers:·VizDataset[]·|·undefined⏎):·VizDatasetSuccess·|·null`
|
|
Lint JS and CSS:
app/scripts/components/common/blocks/block-map.tsx#L180
React Hook useMemo has a missing dependency: 'datasetLayers'. Either include it or remove the dependency array
|
Lint JS and CSS:
app/scripts/components/common/blocks/block-map.tsx#L186
Replace `(Date·|·undefined)` with `Date·|·undefined`
|
Loading