Added typescript expect error

This commit is contained in:
Henrik Larsson
2023-08-09 14:24:57 +02:00
parent 5c8beb1801
commit 5e1571e621
4 changed files with 4 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ export default async function ProductPage({ params }: ProductPageParams) {
/>
<ProductView product={product} relatedProducts={[]} />
<Suspense>
{/* @ts-expect-error Server Component (https://github.com/vercel/next.js/issues/42292) */}
<Footer locale={params.locale} />
</Suspense>
</>