Ramiro Azar

Results 15 issues of Ramiro Azar

**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...

bug

**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...

bug

**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...

bug

**Describe the bug** When using `useServerProps` in any server components, including routes, `serverProps` is always empty. I'm running into this while trying to share data between client and server as...

bug

**Describe the bug** Routes that don't exist and are matched by a catch all route render the `NotFound` component but return a `200` status. This happens even if the response...

bug

**Describe the bug** Installing a fresh demo store by following the documentation and previewing it displays the following error. `To use the new ReadableStream() constructor, enable the streams_enable_constructors feature flag.`...

bug

**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

**Describe the bug** Updating client component nested in another client component triggers a `page reload` instead of `hmr update`. It took ages to trace this back to removing Tailwind according...

bug

**Describe the bug** CSS Modules don't seem to be server side rendered when experimental css option is set to global as recommended in the documentation. **To Reproduce** 1. Change the...

bug

### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...

type: bug
status: confirmed
topic: media