Solutionunvalidated
Update the route page component’s `PageProps` so `params` is `Promise<{ slug: string }>` and `await params` to extract `slug` inside the async page function.
2419cc74-395f-41fa-8be7-751f6b6d44f2
Update the route page component’s PageProps so params is Promise<{ slug: string }> and await params to extract slug inside the async page function.