-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[TreeView] Migrate to emotion #25673
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
Conversation
|
@material-ui/lab: parsed: +0.11% , gzip: +0.07% |
oliviertassinari
left a comment
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.
A first quick review. In packages/material-ui-lab/src/TreeView/TreeView.d.ts, Theme needs to be imported from @material-ui/core/styles.
Co-authored-by: Olivier Tassinari <[email protected]>
Co-authored-by: Olivier Tassinari <[email protected]>
|
@oliviertassinari Tnx for the quick review. I fixed the imports. I'll have a look at the other errors tomorrow. |
|
@oliviertassinari I got stuck with migrating TreeView. When running When replacing (for testing): by:
I try to understand why this is happening, but till now without success. Do you have any suggestion for me where to look at? |
Taking a look. |
|
@tomasznguyen fixed the proptypes by c295e40 |
Co-authored-by: Marija Najdova <[email protected]>
3a97614 to
d099b7b
Compare
Co-authored-by: Marija Najdova <[email protected]>
|
@mnajdova @oliviertassinari Thank you very much for your feedback and reviews. All tests are passing now. Based on your reviews, I reviewed my other migration PRs. I see that What I understand from migrating |
mnajdova
left a comment
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.
Good to go :)
Great! We may have missed that.
Correct |
Related to #24405