Fran Dios

Results 50 issues of Fran Dios

It looks like the RSC integration broke in https://github.com/vanilla-extract-css/vanilla-extract/pull/796 (release 3.4.0). The reason is that the code changed from `!process.env.VITE_RSC_BUILD` to `!!process.env.VITE_RSC_BUILD`. This change fixes it. I've added it to...

Issue reported on Discord: > When navigating the site, and it doesn't take you back to the top of the page, is there a specific anchor link that the default...

bug

### Description @blittle @wizardlyhel This still keeps the full page cache at the edge. Do you think we can enable streaming like this? Edit: Ahh, i think this is breaking...

### Description This PR extracts some refactoring I did in #1933 . So far, we were matching routes for API and, if no matched API route was found, we ran...

Builds that mix CSS Modules and Tailwind are not including the styles injected by the latter when using the experimental CSS `global` mode.

bug

### Description This is a quick PoC of the plugin system. --- ### Before submitting the PR, please make sure you do the following: - [ ] Read the [Contributing...

[HTMLRewriter](https://shopify.dev/custom-storefronts/oxygen/worker-runtime-apis#htmlrewriter-class) is a proprietary API available in Oxygen and CFW. We should polyfill this API in the Node.js development server to have parity with Oxygen. The rewriter can be useful...

enhancement

We have `engines` set to Node 14 in Hydrogen itself, but mini-oxygen requires 16.7. This error is thrown when building with Node 14 (this is from Vercel build logs): ```bash...

bug

Reported [on Discord](https://discord.com/channels/842813079926603828/900463931015979069/992308058422259732) by _MagnusChase_: >Clients are getting it quite a lot, I already fixed it one time (changed `` tags to `` because it was slow and broke the...

bug
template

Trying to add an `h2` shortcut to `shopify hydrogen` cli. This probably doesn't work on Windows yet. 🎩 : - Run `npm run build:pkg` at the root - `cd templates/hello-world`...