hydrogen icon indicating copy to clipboard operation
hydrogen copied to clipboard

React-based framework for building dynamic, Shopify-powered custom storefronts.

Results 364 hydrogen issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The demo store and other examples use a combination of environment variables and hardcoded values in `hydrogen.config.ts`. https://github.com/Shopify/hydrogen/blob/v1.x-2022-07/templates/demo-store/hydrogen.config.ts When installing the Hydrogen sales channel app in Shopify...

bug

Is it possible to have a section explaining how to import store data? i.e. I would like to import the data from `demo-store` so that when I connect my store,...

**Describe the bug** When using Vite's `resolve.alias` config (to allow for cleaner import paths), Contexts do not work properly in dev mode (though build + preview appears to work fine)....

bug

**Describe the bug** The `` component passes all additional props to the created `` element, but the `FormProps` interface does not reflect this, only accepting the specified props. This makes...

bug

**Describe the bug** As of Hydrogen 1.5.0 a bug has been introduced to the new ShopifyTestProviders HOC including this in a project via the import `import {ShopifyTestProviders} from '@shopify/hydrogen/testing';` Will...

bug

### Description ⚠️ WIP ⚠️ This PR introduces the following - `` — A script component supporting multiple loading strategies and reload. - `useScript` — A hook version ### Additional...

Improving the performance by running the independent async functions in parallel ✈️. _Sorry if I made any mistakes :(_

This PR is heavily inspired from [new `Next js` Layout RFC](https://nextjs.org/blog/layouts-rfc). This update would improve [Interaction on Next Paint](https://vercel.com/blog/improving-interaction-to-next-paint-with-react-18-and-suspense) and uses new concurrent feature :) _Sorry if I made any...

Epic: [#374898](https://github.com/Shopify/shopify/issues/374898) Renders react components in hydrogen when passed to the Metafield component. This will require recursively traversing the AST, and performantly rendering React components according to the AST. How...

enhancement
hydrogen-ui

**Describe the bug** The code here: https://github.com/Shopify/hydrogen/blob/%40shopify/hydrogen%401.2.0/packages/hydrogen/src/hooks/useShopQuery/hooks.ts#L93 attempts to parse JSON, and when that fails, looks at the source of error. This means that if a 4xx response is received...

bug