-
Notifications
You must be signed in to change notification settings - Fork 376
fix(app-launcher): less aggressive router linking #3995
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
Conversation
|
PF4 preview: https://patternfly-react-pr-3995.surge.sh |
| <Text component="a" href="#" style={exampleStyle}> | ||
| Router link | ||
| </Text> | ||
| <Link to="/" style={exampleStyle}> |
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.
is style={exampleStyle} necessary for the example?
tlabaj
left a comment
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.
LGTM
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Fixes broken application launcher styles on master by choosing to support this API:
rather than
Changes to InternalDropdownItem (affects Dropdown, OptionsMenu, and ApplicationLauncher):
childrenhrefandidto cloned element