index.js:1 Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.

JavaScript
It means that you have two links nested inside each other. 
It normally happens in react router when you put a link inside 
a nav link or a link inside a link, etc.
Good luck fixing the error!
Source

Also in JavaScript: