-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui][Tooltip] deprecate *Component
and *Props
for v6
#42120
Conversation
Netlify deploy previewSpeedDialAction: parsed: +0.77% , gzip: +0.77% Bundle size reportDetails of bundle changes (Toolpad) |
CI fails because apparently the same popper element is not used in a rerender. I think that the error is in the useSlot hook. However, I have not found it yet. If anyone has an idea please let me know. |
Hey @lhilgert9! thanks for working on this. Please see #41281 (comment). |
Part of #41281.
@DiegoAndai
Question:
Is it important that className of PopperProps and slotProps.popper are both applied, because a test exists in Tooltip.test.js?
I've also seen that #42107 is being worked on. We should see that the changes in these two PR's go together.