-
-
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
[SvgIcon] Migrate to emotion #24506
[SvgIcon] Migrate to emotion #24506
Conversation
@material-ui/core: parsed: +0.14% , gzip: +0.13% |
The visual changes seem expected. We are fixing regressions we had in the past. |
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
@@ -217,6 +218,7 @@ function testThemeVariants(element, getOptions) { | |||
} | |||
|
|||
const fullSuite = { | |||
componentProp: testComponentProp, |
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 I removed this in the first iteration with the Slider
, but then we decided we should keep the prop. We may need to disable this next on some of the converted components tough..
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.
It could create a conflict with open PRs, yes.
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
One iteration on #24405. Took 31 min