@shopify/hydrogen 1.7.2 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -172,7 +172,7 @@ export async function renderApiRoute(request, route, hydrogenConfig, { session,
|
|
|
172
172
|
headers: response.headers,
|
|
173
173
|
});
|
|
174
174
|
}
|
|
175
|
-
else {
|
|
175
|
+
else if (!response.headers.get('hydrogen-concatenate')) {
|
|
176
176
|
// This request was made by a native form presumably because the client components had yet to hydrate,
|
|
177
177
|
// Because of this, we need to redirect instead of just rendering the response.
|
|
178
178
|
// Doing so prevents odd refresh / back behavior. The redirect response also should *never* be cached.
|
package/dist/esnext/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "1.7.
|
|
1
|
+
export declare const LIB_VERSION = "1.7.3";
|
package/dist/esnext/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const LIB_VERSION = '1.7.
|
|
1
|
+
export const LIB_VERSION = '1.7.3';
|