Next.js Discord

Discord Forum

Type error

Answered
Western thatching ant posted this in #help-forum
Open in Discord
Avatar
Western thatching antOP
Hi 👋! I am Trung. As you can see it is getting this type error. I am new. How do I fix that?
Image
Image
Answered by joulev
it should be
interface PageProps {
  params: Promise<{
    alias: string;
  }>
}

now
View full answer

13 Replies

Avatar
it should be
interface PageProps {
  params: Promise<{
    alias: string;
  }>
}

now
Answer
Avatar
Western thatching antOP
Image
so I will add await
to params?
Avatar
yeah
Avatar
Western thatching antOP
@joulev Wait what?
Image
oh
i am modify other first file
fr sry
Avatar
yeah this one is in a different file
you need to migrate all files where you type params and searchParams
Avatar
Western thatching antOP
thanks.