-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: upgrade deprecated components in demo-app #93
chore: upgrade deprecated components in demo-app #93
Conversation
da6ea7b
to
247a7a0
Compare
9760ccc
to
72461c2
Compare
fix import error and update contextmenuseparator component
b3b88cf
to
2f5661b
Compare
Dropdown menus no longer close on click outside the menu. |
</div> | ||
</DropdownContextDeprecated.Provider> | ||
<div className={css(styles.dropdown, styles.modifiers.expanded)}> | ||
<Dropdown toggle={() => <></>} className={css(topologyStyles.topologyContextMenuCDropdownMenu)}> |
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.
I'm noticing that the old dropdowns in the context menu demo would close after you select an item. IDK if that's a built in behavior or a quirk of the demo. Just checking it was an intended change?
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.
Thank you @nicolethoen , good find. Updated
🎉 This PR is included in version 5.1.0-prerelease.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What
Closes #92