Support multiple super-regions with arbitrarily-nested sub-region structure, other data structure changes #33
Annotations
10 errors and 10 warnings
Run tests:
src/components/ControlPanel/SweSelector.tsx#L29
Invalid type "Error" of template literal expression
|
Run tests:
src/components/ControlPanel/SweSelector.tsx#L31
Invalid type "Error" of template literal expression
|
Run tests:
src/components/MainWindow/LinePlot.tsx#L46
React Hook "useAtomValue" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
Run tests:
src/state/client/derived/availableVariables.ts#L19
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run tests:
src/state/client/derived/defaultVariableId.ts#L18
Expected '===' and instead saw '=='
|
Run tests:
src/state/client/derived/defaultVariableId.ts#L23
Invalid type "[string, IRichSuperRegionVariable][]" of template literal expression
|
Run tests:
src/state/client/derived/defaultVariableId.ts#L29
'availableVariables' will evaluate to '[object Object]' when stringified
|
Run tests:
src/state/client/derived/defaultVariableId.ts#L29
Invalid type "IAvailableVariablesIndex" of template literal expression
|
Run tests:
src/state/client/derived/mapView.ts#L28
Expected '===' and instead saw '=='
|
Run tests:
src/state/client/derived/selectedSweVariable.ts#L14
Async arrow function has no 'await' expression
|
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests:
src/components/ControlPanel/RegionSelector/SubRegionExplorer/SubRegionCollectionSelector/SubRegionSelector.tsx#L53
React Hook useEffect has missing dependencies: 'props.parentRegionId' and 'setSelectedRegionId'. Either include them or remove the dependency array
|
Run tests:
src/components/ControlPanel/RegionSelector/SubRegionExplorer/SubRegionCollectionSelector/index.tsx#L31
React Hook useEffect has missing dependencies: 'props.parentRegionId' and 'setSelectedRegionId'. Either include them or remove the dependency array
|
Run tests:
src/components/MainWindow/SlippyMap/index.tsx#L112
Unexpected any. Specify a different type
|
Run tests:
src/components/MainWindow/TileLayout.tsx#L68
React Hook useEffect has a missing dependency: 'tileStateSetters'. Either include it or remove the dependency array
|
Run tests:
src/state/client/derived/richSubRegionsHierarchy.ts#L71
Unexpected any. Specify a different type
|
Run tests:
src/types/SlippyMap.ts#L11
Unexpected any. Specify a different type
|
Run tests:
src/types/SlippyMap.ts#L13
Unexpected any. Specify a different type
|
Run tests:
src/util/layer/basemaps.ts#L17
Unexpected any. Specify a different type
|
Run tests:
src/util/sideEffects/slippyMap.ts#L58
Unexpected any. Specify a different type
|