Will Christenson
Will Christenson
@OwenLD - I just wanted to jump in and confirm your experience. We have a theme that uses Gulp Shopify Theme and we experience the EXACT same behavior. We have...
@andytron - I've create a fix for this bug. In `@shopify/theme-addresses/addressForm.js` you can make two modifications. Firstly, in the `populateCountries()` function, replace: ``` if (countrySelect.dataset.default) { countrySelect.value = countrySelect.dataset.default; }...
Also, I've submitted a [pull request](https://github.com/Shopify/theme-scripts/pull/114) to implement a version of this fix (although re-written in ES5 to appease Travis/Lerna). It's not ideal (the ES5 version is more invasive), but...
Looks like this plugin is dead in the water.