-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Tooltip] Fix className
not getting applied from PopperProps
#29023
[Tooltip] Fix className
not getting applied from PopperProps
#29023
Conversation
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 catch
If somebody gets time, this can be reviewed further. |
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!
@michaldudak
Current TransitionComponent: PopperComponent (after fix):
|
Yes, we should.
I suppose we can. @mnajdova any thoughts on this?
Yep, good idea.
Good catch. The |
I would say it's too early now, but we can add in our v6 milestone to remove those and add the deprecation warnings closer before we actually release v6. Adding new deprecation warnings in the 5.0.x it's too much :) |
I can fix these three points in a new PR after we merge this. |
Thanks for your work on this! |
Closes #28991
As per this #28692 (comment) the
PopperProps
take precedence over thecomponentsProps.popper
.I am not sure why we have both
PopperProps
andcomponentsProps.popper
. MaybePopperProps
was not removed to avoid breaking changes.CodeSandbox after the fix.