From 197c65d618811c318dce48c99daa6e7d6b69c22d Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Thu, 12 Dec 2024 15:12:59 +0100 Subject: [PATCH 1/2] fix(SW-1143) Trigger Suspense on more params --- .../hotelreservation/(standard)/select-hotel/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx index 76f30ed5b..baac90b7d 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx @@ -55,7 +55,10 @@ export default async function SelectHotelPage({ } return ( - }> + } + > Date: Thu, 12 Dec 2024 15:13:59 +0100 Subject: [PATCH 2/2] fix(SW-1143) trigger Suspense --- .../(public)/hotelreservation/(standard)/select-hotel/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx index baac90b7d..3c3435dd4 100644 --- a/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx +++ b/app/[lang]/(live)/(public)/hotelreservation/(standard)/select-hotel/page.tsx @@ -56,7 +56,7 @@ export default async function SelectHotelPage({ return ( } >