Helen Lin
Helen Lin
Do you have a demo url that show this issue? When CORS policy issue happens between your shop url and the 3P endpoint, the issue usually lies on the CORS...
First iteration is merged in `storefront-kit-react` package https://github.com/Shopify/storefront-kit/pull/108 Moving to analytics implementation and docs on H2 and will come back to this ticket to address: * Analytic payload validation in...
Doc: https://github.com/Shopify/h2/pull/231
Hey @bitforcesrl, please follow this and turn on all the v2 future flags in your project https://github.com/Shopify/hydrogen/discussions/739 Since your project is quite behind, I wonder if it is better to...
Got error in logged out state on the product page. Looks like just need to avoid destructuring when buyer doesn't exists.
I also did some clean up on the `createCartHandler` updates. I push the customer account changes into the individual mutation queries themselves to handle adding the `customerAccountToken` to `buyerIdentity`
Let's also think about how would React 19 would change all this with document metadata hoisting https://react.dev/blog/2024/04/25/react-19#support-for-metadata-tags
The add to cart session count doesn't work with access tokens created by headless channel. If you are just changing the env variables across different market, why not have 2...
You can have single code base and deploy to multiple storefronts. Our own mono repo deploys to multiple storefronts in this ci deploy workflow. We just need to supply a...
okay . so what you have is | Shopify store | Url | Channel | | ---- | ---- | ---- | | PAX US | pax.com | Hydrogen |...