-
-
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 circular progress issue #2040
Conversation
The warnings are gone be the circular progress doesn't behave correctly. Can you confirm? |
@oliviertassinari - it's behaving the same as material-ui.com - is that what you mean? |
63b2cd7
to
5fb907d
Compare
had to remove the auto-prefixer stuff - think it is resetting the |
@@ -102,24 +102,22 @@ const CircularProgress = React.createClass({ | |||
wrapper.style.transform = null; |
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.
O.o
I can't merge this, it's no longer autoprefixed. Can't we do the same things as https://github.com/callemall/material-ui/pull/2007/files#diff-7b0d10ffdd18b87263fab49840fec31cR286? |
yes, although that is what was deleted.... |
5fb907d
to
3f6d31a
Compare
@oliviertassinari think this one should be good to merge now |
See #2047 |
@oliviertassinari you can recreate on the docs page actually!
this fixes