(REGRESSION) useApplyShippingAddressChange hook on one-page checkout changes back to the first saved address

Hi, I was able to reproduce the following issue in a simple test project.

When the list of addresses is opened, the app automatically updates the values, causing the input form to appear and preventing the buyer from selecting a different address.

You can see the issue here:
https://jam.dev/c/c49b71db-7091-4ad4-859a-d8fdb40dfc21

The code used for testing is available here. It’s simply a scaffolded app that calls useApplyShippingAddressChange :

1 Like