hydrogen
hydrogen copied to clipboard
React-based framework for building dynamic, Shopify-powered custom storefronts.
**Describe the bug** the hydrogen example app https://github.com/Shopify/hydrogen/tree/v1.x-2022-07/examples/api-routes When submitting the form has an error in the web console ``` Uncaught (in promise) at NewsletterForm.client.jsx:16 ``` **To Reproduce** https://stackblitz.com/edit/shopify-hydrogen-nna1v6?file=README.md submit...
**Describe the bug** SASS and CSS Modules are rendered in a random order on every page load. Sometimes global styles imported higher up in the component tree (e.g. `App.server.tsx`) are...
**Describe the bug** Classes get correctly exported, but styles are not added to the document when importing `*.css.ts` files in `*.server.tsx` components while using `vanilla-extract`. **To Reproduce** After cloning this...
After a customer logs in, when they navigate to checkout they should already be logged in with their saved contact information already pre-filled.
**Describe the bug** Hydrogen doesn't seem to provide a default mechanism for keeping track of the correct variant. This is basically a duplicate of Shopify/hydrogen#538 and I agree with all...
**Describe the bug** When trying to follow the [tutorial to build a store](https://shopify.dev/custom-storefronts/hydrogen/getting-started/tutorial) from Hydrogen, I faced an issue in the Product Detail page where the app shows an error...
### Description Fix a critical issue where a top level asynchronous request within `App.server.jsx` would break if subsequent routes attempt to disable streaming. For example: ```ts // App.server.jsx export default...
- Remove create-hydrogen-app from the monorepo - Remove the cli package from the monorepo - Remove commit-convention since we no longer use this - Remove hydrogen-ui from the monorepo -...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
- [x] Image - [x] Video - [x] ExternalVideo - [x] MediaFile - [x] ModelViewer - [x] Money - [x] useMoney - [x] Metafield - [x] ShopPayButton - [x] ProductPrice...