What it shouldn't do is _create_ any element (for now we do, but we will show a warning)
The problem is that the current error message is misleading.
These should be possible:
<Link><img /></Link>
<Link><a /></Link>
<Link><a><img /></a></Link>
This should wrap with <a>
for now and warn:
<Link>hi</Link>
<Link>{ ' woot' }</Link>
This should throw (dev-only, to ship less code)
<Link></Link>
Looking into this now 馃檶
Thank you @timneutkens !
Most helpful comment
Looking into this now 馃檶