import Link from 'next/link' const UnexpectedNestedA = () => { const UnexpectedWrapper = (props) => { const {href, id} = props const safeProps = {href, id} return ({props.children}) } return UnexpectedWrapper } const FakeA = UnexpectedNestedA() export default () => (
This is the passHref prop page.