I'm trying to deploy a Next.js app on Vercel, but I get this error: Error: Component definition is missing display name react/display-name
.
Apparently the problem comes from the page pages/_document.js
, which I copied from here Next.js GitHub. Can someone help me to fix this? Thanks!