RepoJournal
Shopify

Shopify

Hydrogen, Polaris, and the CLI — the dev platform behind millions of stores

Pick a date

The Wire · Showcase

HYDROGEN SILENT 404S ON REACT ROUTER V7 REDIRECTS

By RepoJournal · Filed · About Shopify

storefrontRedirect broke with React Router v7's Single Fetch protocol, silently killing client-side navigations on redirected URLs.

The Hydrogen redirect handler was watching for the old `?_data=route/id` query param pattern [1] but React Router v7 switched to `.data` pathname suffixes, leaving every client-side redirect dead in the water while full-page navigations still work [2]. This is a silent failure - no errors thrown, just 404s returned to users trying to navigate. Fix ships immediately [2]. In parallel, the Image component was generating wrong descriptor types for fluid images when srcsets landed at exactly three entries [3], causing blur on low-DPR screens [4], and the skeleton line item recursion had a variable shadowing bug [5]. On the CLI side, the autocomplete search throttle is finally being nuked for in-memory filtering [6], killing the 400ms lag in theme selection prompts that devs have felt since forever [7].

Action items

References

  1. [1] fix(hydrogen): storefrontRedirect now works with Single Fetch client-side navigations ↗ Shopify/hydrogen
  2. [2] fix(hydrogen): storefrontRedirect now works with Single Fetch client-side navigations (#3762) Shopify/hydrogen
  3. [3] fix: correct Image component descriptor handling for fluid images ↗ Shopify/hydrogen
  4. [4] fix: correct Image component descriptor handling for fluid images (#3756) Shopify/hydrogen
  5. [5] fix(skeleton): include line item children recursively (#3753) Shopify/hydrogen
  6. [6] Skip 400ms search throttle for in-memory autocomplete filtering ↗ Shopify/cli
  7. [7] Merge pull request #7434 from GeorgiZhelev/autocomplete-faster-local-search Shopify/cli

FAQ

What changed in Shopify on May 19, 2026?
storefrontRedirect broke with React Router v7's Single Fetch protocol, silently killing client-side navigations on redirected URLs.
What should Shopify teams do about it?
Deploy Hydrogen storefrontRedirect fix immediately - client-side navigations are broken • Apply Image component descriptor fix for fluid images in next release • Merge CLI autocomplete throttle removal before next CLI version
Which Shopify repositories shipped on May 19, 2026?
Shopify/hydrogen, Shopify/cli

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.