We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking the hamburger menu on the website, a React warning appears: Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>
This happens because components are being wrapped inside another tag, causing improper nesting.
The navigation menu should open without any React warnings or errors related to improper nesting.
Google Chrome
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
@anshgoyalevil @devilkiller-ag Can you please review this issue so I can raise a PR
Sorry, something went wrong.
Hi @KishanInnovates, you can go ahead with it and open a PR.
Successfully merging a pull request may close this issue.
Describe the bug.
When clicking the hamburger menu on the website, a React warning appears:
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>
This happens because components are being wrapped inside another tag, causing improper nesting.
Expected behavior
The navigation menu should open without any React warnings or errors related to improper nesting.
Screenshots
How to Reproduce
🥦 Browser
Google Chrome
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: