Skip to content
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

Merged
merged 11 commits into from
May 29, 2019
Merged

fix: remove warn from console #2013

merged 11 commits into from
May 29, 2019

Conversation

romainseb
Copy link
Contributor

@romainseb romainseb commented Feb 3, 2019

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

  • The PR commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features) And non reg done before need review
  • Docs have been added / updated (for bug fixes / features)
  • Related design / discussions / pages (not in jira), if any, are all linked or available in the PR

[ ] This PR introduces a breaking change

@romainseb romainseb self-assigned this Feb 3, 2019
@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@@ -25,7 +25,7 @@ function ActionIconToggle(props) {
className={cn}
aria-label={label}
aria-pressed={active}
bsStyle=""
bsStyle="default"
Copy link
Contributor

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

Copy link
Contributor Author

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 :)

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@jmfrancois jmfrancois changed the title fix(): remove warn from console fix: remove warn from console May 6, 2019
@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@build-travis-ci
Copy link
Collaborator

:octocat: Demo is available here

@romainseb romainseb merged commit e658fec into master May 29, 2019
@romainseb romainseb deleted the sromain/chore/remove-warns branch May 29, 2019 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants