-
Notifications
You must be signed in to change notification settings - Fork 646
Minor Release Tracking PR (currently 17.1.0) #735
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
|
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/primer/primer-components/j9knt07t9 |
|
Going to merge this into the major release branch |
| } | ||
|
|
||
| export interface SelectMenuFooterProps extends CommonProps, Omit<React.FooterHTMLAttributes<HTMLElement>, 'color'> {} | ||
| export interface SelectMenuFooterProps extends CommonProps, Omit<React.HTMLAttributes<HTMLElement>, 'color'> {} |
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.
FooterAttributes isn't a thing
This is the next minor release tracking PR (currently 17.1.0)
Bug Fixes
selectedfix: SideNav.Link types is missingselected#733 @wuweiweiwu (emplums accidentally merged into master 🤦♀)