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
Describe the problem The NavItem lets you show an icon. However, this breaks if you pass in a child with a div.
How do you reproduce the problem? If you give any NavItem a child that's wrapped in a div, the icon won't show: https://codesandbox.io/p/sandbox/agitated-babycat-rvrw7v?file=%2Findex.tsx%3A32%2C21&workspaceId=f5599198-6a68-44b3-85bd-1caed5609909
If you remove the div, the icon comes back.
Expected behavior Icon should display consistently.
Is this issue blocking you? No!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
The NavItem lets you show an icon. However, this breaks if you pass in a child with a div.
How do you reproduce the problem?
If you give any NavItem a child that's wrapped in a div, the icon won't show: https://codesandbox.io/p/sandbox/agitated-babycat-rvrw7v?file=%2Findex.tsx%3A32%2C21&workspaceId=f5599198-6a68-44b3-85bd-1caed5609909
If you remove the div, the icon comes back.
Expected behavior
Icon should display consistently.
Is this issue blocking you?
No!
The text was updated successfully, but these errors were encountered: