Skip to content

10301: Publish new address search version#9103

Merged
allthesignals merged 3 commits intomainfrom
wmg/10301-published-version
Aug 28, 2023
Merged

10301: Publish new address search version#9103
allthesignals merged 3 commits intomainfrom
wmg/10301-published-version

Conversation

@allthesignals
Copy link
Contributor

@allthesignals allthesignals commented Aug 28, 2023

🎫 Ticket

🛠 Summary of changes

Major change: publish new version of Address Search.

Rider: make onFoundLocations prop optional.

📜 Testing Plan

onFoundLocations={(locations) => {
setLocationResults(locations);
onFoundLocations(locations);
onFoundLocations && onFoundLocations(locations);
Copy link
Contributor

@NavaTim NavaTim Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should test (with an automated unit test) that this prop is actually optional and include the type(s) in the function declaration.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes. I'll remove this and do it in a later PR. I shouldn't have added a rider when this PR is only meant to bump version!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I'll also need to add a proper interface definition

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reverts commit d7c2b76.
@allthesignals allthesignals merged commit c068dfb into main Aug 28, 2023
@allthesignals allthesignals deleted the wmg/10301-published-version branch August 28, 2023 22:26
@mdiarra3 mdiarra3 mentioned this pull request Aug 29, 2023
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.

2 participants