fix: #19305 - Docs: Missing type "both" on tooltipEvent#19339
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryUpdates TypeScript type definitions to include the 'both' option for tooltipEvent, which was already implemented but missing from the type definitions. Also removes unnecessary 'string | any' types for better type safety. Issue AlignmentPerfectly addresses the issue. The bug report identified that 'both' was a valid value in the implementation but missing from the documentation/types. This PR adds 'both' to both the TooltipOptions interface and the Tooltip component's @input decorator type. This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fixes #19305