Shopify / hydrogen-demo-store

This template contains a full-featured setup of components, queries and tooling to get started with Hydrogen. It is deployed to https://hydrogen.shop
100 stars 34 forks source link

Update to 2024.4 #20

Closed frandiox closed 5 months ago

frandiox commented 5 months ago

WIP: update package.json after stable release

shopify[bot] commented 5 months ago
Oxygen deployed a preview of your fd-2024-4 branch. Details: Storefront Status Preview link Deployment details Last update (UTC)
Hydrogen Demo Store v2 ✅ Successful (Logs) Preview deployment Inspect deployment April 12, 202411:50 AM

Learn more about Hydrogen's GitHub integration.

wizardlyhel commented 5 months ago

Need to remove old analytics code too in root.tsx. There maybe more in other routes (usually in the loader/action analytics return key)

const hasUserConsent = true;
useAnalytics(hasUserConsent);