kikoanis / nextjs-getInitialProps-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project to demonstrate bug 22815

npm i
# or
yarn

then

npm run build
# or
yarn build

You should the issue right away. The build is trying to run getInitialProps during build time

About


Languages

Language:JavaScript 59.5%Language:CSS 40.5%