next.js/test/integration/empty-object-getInitialProps/pages/another.js
another.js6 lines89 B
const Another = () => 'hi'

Another.getInitialProps = () => ({})

export default Another
Quest for Codev2.0.0
/
SIGN IN