-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(ui-shell): update SideNavLink proptype #5256
fix(ui-shell): update SideNavLink proptype #5256
Conversation
Deploy preview for carbon-elements ready! Built with commit 2d7911d |
Deploy preview for carbon-components-react failed. Built with commit 2d7911d https://app.netlify.com/sites/carbon-components-react/deploys/5e4198e4dbd99500095fa444 |
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 👍 - Thanks @tw15egan!
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.
looks good to me
Closes #5248
Updates
children
PropType onSideNavLink
. Allows a user to pass in an HTML element instead of strictly requiting it to be a string.Changed
children
PropType fromstring
tonode