For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
whenever i'm trying to use the usedeliverygroup library in my checkoutui extensions it throughs an error
Hey @ZeeshanSigma
Thanks for reporting this. I was able to replicate and had to update the package.
Can you ensure that the @shopify/checkout-ui-extensions-react
package is at least version 0.27.1
in the extension folder’s package.json
?
Scott | Developer Advocate @ Shopify
I'm using 0.26 should i upgrade the pakcage or extension? what's the command to upgrade?
Change the version in the extension's package.json file and then run `npm install` from the extensions folder.
Scott | Developer Advocate @ Shopify