Skip to content
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

RichTooltip - Convert to TypeScript #2106

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Conversation

didoo
Copy link
Contributor

@didoo didoo commented May 16, 2024

πŸ“Œ Summary

❌ Currently it doesn't compile because of an error I need to investigate ❌

Converts RichTooltip to TypeScript.

Depends on #2103, #2104, and #2105.

πŸ”— External links

Jira ticket: https://hashicorp.atlassian.net/browse/HDS-3340


πŸ‘€ Component checklist

πŸ’¬ Please consider using conventional comments when reviewing this PR.

@didoo didoo requested a review from a team May 16, 2024 15:06
Copy link

vercel bot commented May 16, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
hds-showcase ❌ Failed (Inspect) May 16, 2024 3:06pm
hds-website ❌ Failed (Inspect) May 16, 2024 3:06pm

// TODO!
const relatedTarget: EventTarget | null = event.relatedTarget;
const activeElement: Node | null = document.activeElement;
const xxx = relatedTarget || activeElement;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(question) any particular reason for this const naming here? It seems not quite descriptive enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is still in draft, waiting for #2105 to be "resolved" (changes in that PR would impact this PR too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants