79154785

Date: 2024-11-04 09:07:04
Score: 1.5
Natty:
Report link

Do not destructure slug again, I used this format and it worked fine,

const Page = async ({ params }: { params: Promise<{ id: string }> }) => {

const id = (await params).id;

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdulazeez Onadipe