Merge pull request #868 from zheyichn/zheyichn/857-fix-typos-a11y-sta… #155
Annotations
1 error and 10 warnings
lint
Process completed with exit code 1.
|
lint:
src/components/Filters/DimensionFilter.tsx#L138
React Hook useMemo has missing dependencies: 'display', 'handleSelectionChange', 'options', 'property', 'toggleDimension', 'toggleDimensionForPanel', and 'type'. Either include them or remove the dependency array
|
lint:
src/components/Filters/MultiSelect.tsx#L14
Unexpected any. Specify a different type
|
lint:
src/components/Filters/MultiSelect.tsx#L26
'toggleDimension' is defined but never used
|
lint:
src/components/MapLegendControl/MapLegend.tsx#L30
'getter' is assigned a value but never used
|
lint:
src/components/PropertyAccessOptionContainer.tsx#L4
Unexpected any. Specify a different type
|
lint:
src/components/PropertyAccessOptionContainer.tsx#L54
Unexpected any. Specify a different type
|
lint:
src/components/PropertyCard.tsx#L6
Unexpected any. Specify a different type
|
lint:
src/components/PropertyCard.tsx#L7
Unexpected any. Specify a different type
|
lint:
src/components/PropertyDetailSection.tsx#L281
Use `heading-*` or `body-*` classes instead of specific `text-` size classes
|
lint:
src/components/PropertyMap.tsx#L62
'MAX_TILE_ZOOM' is assigned a value but never used
|