79562037

Date: 2025-04-08 12:34:58
Score: 0.5
Natty:
Report link

check this out next docs

in your Home, try:


type SearchParams = { [key: string]: string | string[] | undefined }

export default async function Home({
  searchParams,
}: {
  searchParams: SearchParams
}) {
// ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Erik Metz