-
-
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
[Drawer] Fix PaperProps className merge #18866
[Drawer] Fix PaperProps className merge #18866
Conversation
Details of bundle changes.Comparing: e112a44...35f9686
|
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.
Thanks for the follow-up! I have reviewed the first pull request too quickly 🙃.
@kristenmills Well done! |
This has caused a regression in react-admin, so I think it's a breaking change. |
It's unfortunate. I hope this was the last "replace" over "merge" case issue of the components. |
There was a bug in #18740 so this is the actual fix to #18714.
I also added some tests to make sure custom className and the normal paper classes are applied.