-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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 an issue caused by RTL Support #1922
Conversation
@@ -57,7 +57,6 @@ const ClockHours = React.createClass({ | |||
}, | |||
|
|||
propTypes: { | |||
position: React.PropTypes.oneOf(['left', 'right']), |
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 think that it's working because of https://github.com/callemall/material-ui/blob/master/src/mixins/style-propable.js#L36 |
I'm fine with it. @shaurya947? |
You're right. I'm still not sure how adding |
I'm fine with it too. @oliviertassinari feel free to merge this! |
Fix an issue caused by RTL Support
@louy @oliviertassinari I think there's a bug in the the example from the documentation for I traced it down to the |
@jlebensold could you describe a little more as to how you produced the bug? I'll look into it then.. |
@jeinbensold is it a "you're calling |
* Integrate cypress component tests * Install latest cypress version * Fix new tests * Skip TimePicker tests
This is an alternative to #1921. Fixes #1918.