-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
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
docs(DropdownExamplePointing): Fix nested Dropdown #1644
Conversation
Fix nested dropdown little bug just by adding <Dropdown> inside the <Dropdown.Item> submenu Hope it helps! 🍺
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jimeno0 Thanks for PR, can you please fix a lint issue with Icon
?
Codecov Report
@@ Coverage Diff @@
## master #1644 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 141 141
Lines 2398 2398
=======================================
Hits 2392 2392
Misses 6 6 Continue to review full report at Codecov.
|
I think that the linting error (unused Icon import ) its now fixed |
This looks great, we should update all the nested Dropdown examples in this PR. |
This would also allow us to remove the warning message above many of the examples. |
How come this hasn't been merged? Are you waiting for the banners to also be removed? |
This PR updates one of several examples. Also, some banners could be removed after the updates. |
Released in |
Fix nested dropdown little bug just by adding inside the <Dropdown.Item> submenu
Hope it helps!
🍺