gatsby-starter
gatsby-starter copied to clipboard
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
-
gatsby new xxx https://github.com/fabien0102/gatsby-starter
-
cd xxx
-
npm start
- browse to http://localhost:8000/blog/ with Chrome 63.0.3239.132
- observe console error
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
It's is because <a>
contains <Link>
Having the same issue as @garthk. Did you get it fixed yet? @sielay any help?
mmm, cant seem to fix this either using reactstrap navItems with the Link inside it...