-
Notifications
You must be signed in to change notification settings - Fork 14.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
refactor: Migrate CopyToClipboard to typescript #27309
refactor: Migrate CopyToClipboard to typescript #27309
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #27309 +/- ##
==========================================
- Coverage 67.31% 67.29% -0.03%
==========================================
Files 1895 1910 +15
Lines 74202 75876 +1674
Branches 8219 8859 +640
==========================================
+ Hits 49949 51060 +1111
- Misses 22204 22680 +476
- Partials 2049 2136 +87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think most commits are not meant to be here. A git rebase should help |
9948196
to
e3cc719
Compare
Running CI 🤞 |
return ( | ||
<> | ||
{!this.props.hideTooltip ? ( | ||
<Tooltip | ||
id="copy-to-clipboard-tooltip" | ||
placement="topRight" | ||
style={{ cursor }} | ||
title={this.props.tooltipText} | ||
title={this.props.tooltipText || ''} |
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.
I am curious if this prop should be required?
SUMMARY
Migrate CopyToClipboard to typescript
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N.A.
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION