next.js/test/e2e/prerender/pages/bad-gssp.js
bad-gssp.js8 lines122 B
export function getServerSideProps() {
  throw new Error('lol')
}

export default function BadGssp() {
  return <div />
}
Quest for Codev2.0.0
/
SIGN IN