next.js/test/production/error-hydration/pages/with-error.tsx
with-error.tsx8 lines131 B
export default function Page() {
  return <p>hello world</p>
}

Page.getInitialProps = () => {
  throw new Error('custom error')
}
Quest for Codev2.0.0
/
SIGN IN