-
-
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
[Tooltip] Outdated TooltipClassKey type #18600
Comments
@dufia Thanks for the report. diff --git a/packages/material-ui/src/Tooltip/Tooltip.d.ts b/packages/material-ui/src/Tooltip/Tooltip.d.ts
index 4347a73c2..4241b22bb 100644
--- a/packages/material-ui/src/Tooltip/Tooltip.d.ts
+++ b/packages/material-ui/src/Tooltip/Tooltip.d.ts
@@ -42,6 +42,8 @@ export type TooltipClassKey =
| 'popper'
| 'popperInteractive'
| 'tooltip'
+ | 'tooltipArrow'
+ | 'arrow'
| 'touch'
| 'tooltipPlacementLeft'
| 'tooltipPlacementRight' |
@dufia Do you want to work on a pull request? |
@oliviertassinari I'd love to do it, please assign me |
Hey, I've noticed I definitely have |
@dufia #18645 was not included in 4.7.1. It was released before the PR was merged: v4.7.1...master |
https://github.com/mui-org/material-ui/blob/master/packages/material-ui/src/Tooltip/Tooltip.d.ts#L49 should also include the
arrow
key. A problem if you are using TS.The text was updated successfully, but these errors were encountered: