Thank you so much for the quick solution! It worked.
But it is so disappointing on Shopify’s part. I got to know about the issue only when I started getting complains from my customers about the missing buttons. How could Shopify take off a production level asset??
@amardeep I understand it’s frustrating to find such issues, but in Shopify’s defence, they do follow semver and I wouldn’t reference pre-release builds which the latest one is: major.minor.patch.EXTRA where EXTRA optional and its format depends on preference but it always defines a pre-release such as alpha, beta etc.
That’s why it’s important to keep your references pinned to known versions and use greenkeepers to update package references as newer ones become available but only if all regression tests pass. Not doing so would present you with potentially same issues you’re seeing now regardless whether it’s a Shopify package or not.
Just chiming in to say that the behaviour you were experiencing wasn’t expected, and we’ve since resolved on our end. That said, Karl’s answer is best here. It’s best to always specify a known version!