Open
Description
Please list the package(s) involved in the issue, and include the version you are using
@shopify/ui-extensions 2024.10.x
@shopify/ui-extensions-react 2024.10.x
Describe the bug
After modifying the shipping address using useApplyShippingAddressChange to add an address and then clearing it, the checkbox's behavior becomes erratic. Sometimes, it appears during a search, while other times, it disappears.
Steps to reproduce the behavior:
- Add an address using useApplyShippingAddressChange
- Clear the address using useApplyShippingAddressChange
- Then perform multiple address searches and monitor the checkbox behavior
Expected behavior
The checkbox shouldn't appear and disappear when looking up addresses.