79188703

Date: 2024-11-14 12:21:29
Score: 1.5
Natty:
Report link

Since Nextjs 15 params return a promise, so try using

interface PageProps {
  params: Promise<{
    slug: string[];
  }>;
}

Nextjs doc regarding this

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Surya