next.js/test/integration/custom-error/pages/index.js
index.js8 lines118 B
const Page = () => <p>Hello world</p>

Page.getInitialProps = () => {
  throw new Error('oof')
}

export default Page
Quest for Codev2.0.0
/
SIGN IN