79603729

Date: 2025-05-02 16:13:03
Score: 1.5
Natty:
Report link

params is a Promise so you need to await it... like below

Const Page = async ({ params }: Promise<{ id: string}>) =>{
Const { id } = await params;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John