next.js/test/integration/export-intent/fixtures/bad-export/pages/index.js
index.js6 lines102 B
const A = () => {
  throw new Error('fail da export')
}
A.getInitialProps = () => {}
export default A
Quest for Codev2.0.0
/
SIGN IN