Posts by Aislan de Sousa Maia • 11 points
1 post
-
1
votes1
answer2263
viewsA: Warning: validateDOMNesting(...): <a> cannot appear as a Descendant of <a>
I had a similar problem using Material-UI 1.0-beta. The problem you are having is that you are rendering a link tag (<a>) one inside the other, which is an invalid HTML markup and React gives…