This template contains a full-featured setup of components, queries and tooling to get started with Hydrogen. It is deployed to https://hydrogen.shop
117
stars
50
forks
source link
Avoid circular imports to improve HMR in Vite #27
Closed
frandiox closed 6 months ago
Similar to https://github.com/Shopify/hydrogen/pull/2014
We were getting an error like the following:
With these changes, there's no more error related to Fast Refresh.