function ThrowUndefined(props) { return
throw-undefined
} ThrowUndefined.getInitialProps = () => { // eslint-disable-next-line no-throw-literal throw undefined } export default ThrowUndefined