From 5e1571e62132fe55c3a3158637339ae99375c3b1 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Wed, 9 Aug 2023 14:24:57 +0200 Subject: [PATCH] Added typescript expect error --- app/[locale]/[...slug]/page.tsx | 1 + app/[locale]/category/[slug]/page.tsx | 1 + app/[locale]/page.tsx | 1 + app/[locale]/product/[slug]/page.tsx | 1 + 4 files changed, 4 insertions(+) diff --git a/app/[locale]/[...slug]/page.tsx b/app/[locale]/[...slug]/page.tsx index 69ea34b6d..1b5f83e9d 100644 --- a/app/[locale]/[...slug]/page.tsx +++ b/app/[locale]/[...slug]/page.tsx @@ -79,6 +79,7 @@ export default async function Page({ params }: PageParams) { <> + {/* @ts-expect-error Server Component (https://github.com/vercel/next.js/issues/42292) */}