You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
presets: [hydrogen.v3preset()], // Update this to hydrogen.v3preset()
19
+
future: {
20
+
v3_fetcherPersist: true,
21
+
v3_relativeSplatPath: true,
22
+
v3_throwAbortReason: true,
23
+
v3_lazyRouteDiscovery: true,
24
+
v3_singleFetch: true,
25
+
v3_routeConfig: true, // add this flag
26
+
},
27
+
}),
28
+
tsconfigPaths(),
29
+
],
30
+
31
+
#### Step: 2. Update your `package.json` and install the new packages. Make sure to match the Remix version along with other Remix npm packages and ensure the versions are 2.16.1 or above. [#2722](https://github.com/Shopify/hydrogen/pull/2722)
#### Step: 3. Move the `Layout` component export from `root.tsx` into its own file. Make sure to supply an `<Outlet>` so Remix knows where to inject your route content. [#2722](https://github.com/Shopify/hydrogen/pull/2722)
0 commit comments