Sun Higuchi

Results 1 comments of Sun Higuchi

I found this error also occurs when you use `NextPage` type. `const Page: NextPage = () => {.....` fixed this after I remove or change this type like `React.FC`.