Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New explore dropdown UI #2336

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

fix: resolve erratic popover behavior in MapFeatureExplorer

49f386e
Select commit
Loading
Failed to load commit list.
Open

New explore dropdown UI #2336

fix: resolve erratic popover behavior in MapFeatureExplorer
49f386e
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 31, 2025 in 6s

3 issues found.

Annotations

Check notice on line 24 in src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx#L24

'mapOptions' is defined but never used. Allowed unused args must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 6 in src/features/projectsV2/ProjectsMap/MapFeatureExplorer/microComponents/MapSettingsSection.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projectsV2/ProjectsMap/MapFeatureExplorer/microComponents/MapSettingsSection.tsx#L6

'MapOptions' is defined but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 25 in src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projectsV2/ProjectsMap/MapFeatureExplorer/MapSettings.tsx#L25

'updateMapOption' is defined but never used. Allowed unused args must match /^_/u. (@typescript-eslint/no-unused-vars)