cds-snc / platform-forms-client

NextJS application that serves the public-facing website for Forms
https://forms-staging.cdssandbox.xyz/
MIT License
34 stars 13 forks source link

AddressComplete - nested address #4417

Open timarney opened 3 days ago

timarney commented 3 days ago

Description

When searching for an address in some cases multiple addresses can fall under the same address.

In this case the result ends up being undefined undefined

We should look to handle this use case.

Screenshot 2024-10-16 at 11 15 31 AM
dsamojlenko commented 3 days ago

@ShadeWyrm I suspect this might be one of those situations where the retrievable property comes back false?

ShadeWyrm commented 3 days ago

Yup! Perfect, will use that to update. :)