-
Notifications
You must be signed in to change notification settings - Fork 53
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: remove warn from console #2013
Conversation
@@ -25,7 +25,7 @@ function ActionIconToggle(props) { | |||
className={cn} | |||
aria-label={label} | |||
aria-pressed={active} | |||
bsStyle="" | |||
bsStyle="default" |
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.
You sure it didn't break the style ? I tested that too but, the colors change a bit (different grey or blue) :s
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 have use link bsStyle to have the same behaviour now :)
What is the problem this PR is trying to solve?
There is some warns
What is the chosen solution to this problem?
Wrong prop passed to button in ActionIconToggle
CSSTransition.childContextTypes has to be declared, even empty since React 16 ( wikiwi/react-css-transition#5 )
Skeleton props are not matched
Please check if the PR fulfills these requirements
[ ] This PR introduces a breaking change