React console message - <a> cannot appear as a descendant of <a>.

0 votes
256 views
added Jun 9, 2020 in React by lcjr First Warrant Officer (11,870 points)
<a href="#1">
    <a href="#2"></a>
</a>

<!--Fix the a tag layer issue, most browser will convert them into -->
<a href="#1"></a>
<a href="#2"></a>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...