-
Notifications
You must be signed in to change notification settings - Fork 34
Map picker modal #1969
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
base: master
Are you sure you want to change the base?
Map picker modal #1969
Conversation
_.includes(component.types, 'country'), | ||
); | ||
let adminArea1 = _.find(geocodingResult.address_components, component => | ||
_.includes(component.types, 'administrative_area_level_1'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
administrative_area_level_1
is related to the Plus Codes
Was not able to make `useCallback` work so i switch to `useMemo` that should do the same job
|
@alexsegura please review on iOS |
@r0xsh we get these conflicts now because the files got renamed to typescript in #2021. One option to resolve them might be:
or maybe the git client that you are using will manage it on its own Let me know if you have any questions |
output.mp4