-
-
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
[List] Fix component types of ListItemText #19155
[List] Fix component types of ListItemText #19155
Conversation
No bundle size changes comparing 10bc98f...67c6089 |
@fyodore82 Could you have a look at the test fails? @eps1lon Is the pull request taking the right direction? |
@oliviertassinari , I'll surely take a look and make correction next week, so tests will pass. I had no time yesterday so I left it as is. |
…aryTypographyProps
Several comments for changes made.
|
Thank you for starting this effort. There are a lot of moving parts so reviewing this might take some time. First look is promising though |
This comment has been minimized.
This comment has been minimized.
Note this PR now addresses the underlying issue for all affected components at once (e.g. CardHeader is breaking too). |
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.
Nice work. Just had to update the branch and made some stylistic changes.
Whats the plan for CardHeader? It’s pretty much same issue. Is anyone working on that already? Happy to transfer this work to CardHeader if it helps. If there’s any special considerations let me know too. @eps1lon @fyodore82 |
@rart , yes, for |
@rart 👍 |
…aryTypographyProps
fix #19036