-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Issue 2013 #2014
Issue 2013 #2014
Conversation
Appveyor failed because it use react 15.2.0, do I need to change the package.json in the PR ? |
Looks fine to me. |
@@ -31,11 +40,13 @@ export default class DropdownToggle extends React.Component { | |||
DropdownToggle.defaultProps = { | |||
open: false, | |||
useAnchor: false, | |||
bsRole: 'toggle' | |||
bsRole: 'toggle', | |||
bsClass: 'dropdown' |
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.
for consistency this should be defined via the bsClass helper in bootstrapUtils, other than that looks good 👍
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.
fixed
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've actually been going through and swapping everything out for bsClass
on my "update for React v15.2.0" branch.
LGTM, can't merge from my phone tho |
#2013