Is NextPage necessary when building NextJS apps in TypeScript
Pavel Fedotov

Pavel Fedotov @pfedprog

About: Full Stack blockchain developer

Joined:
Nov 27, 2021

Is NextPage necessary when building NextJS apps in TypeScript

Publish Date: Nov 10 '24
0 0

The most voted answer is not correct in my NextJs 15 project.

export default function Post: NextPage<Props> ({ project }) {
}

It asks for

 '=>' expected.

And in addition, this is not how the function is declared.

If we want to keep a function

export default function Post({

Comments 0 total

    Add comment