Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 30, 2023
1 parent 329ee00 commit 9b72cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/server/app-render/app-render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ export async function renderToHTMLOrFlight(
globalErrorComponent={GlobalError}
notFound={
NotFound && RootLayout ? (
<RootLayout>
<RootLayout params={{}}>
<NotFound />
</RootLayout>
) : undefined
Expand Down

0 comments on commit 9b72cf5

Please sign in to comment.