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

fix(geoSearch): correct type of MarkerOptions #6319

Merged
merged 3 commits into from
Aug 12, 2024
Merged

fix(geoSearch): correct type of MarkerOptions #6319

merged 3 commits into from
Aug 12, 2024

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Aug 8, 2024

Summary

change MarkerOption from typeof to a direct access.

This isn't really exposed to the user, but I believe this broke when they moved from a namespace to an interface.

Result

No type error in examples provided in the original issue
Still using Marker, not AdvancedMarker (despite Marker being deprecated), changing this would likely be a breaking change.

fixes #6253

This isn't really exposed to the user, but I believe this broke when they moved from a namespace to an interface.

fixes #6253
Copy link

codesandbox-ci bot commented Aug 8, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 3f366e2:

Sandbox Source
example-instantsearch-getting-started Configuration
example-react-instantsearch-getting-started Configuration
example-react-instantsearch-next-app-dir-example Configuration
example-react-instantsearch-next-routing-example Configuration
example-vue-instantsearch-getting-started Configuration

Haroenv added 2 commits August 8, 2024 14:46
not sure why reported now, but seems fine
@Haroenv Haroenv marked this pull request as ready for review August 9, 2024 08:10
@Haroenv Haroenv requested review from a team, sarahdayan and shaejaz and removed request for a team August 9, 2024 08:10
@Haroenv Haroenv merged commit 849190e into master Aug 12, 2024
12 checks passed
@Haroenv Haroenv deleted the fix/geo-type branch August 12, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation problem: Property 'MarkerOptions' does not exist on type 'typeof maps''
3 participants