function ThrowUndefined(props) { return
throw-undefined
} ThrowUndefined.getInitialProps = () => { throw undefined } export default ThrowUndefined