Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: (useCopyToClipboard): copyToClipboard should return promise #313

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

Open
kendrickw wants to merge 1 commit into uidotdev:main
base: main
Choose a base branch
Loading
from kendrickw:kendrickw/issue312

Conversation

Copy link

@kendrickw kendrickw commented Jun 20, 2024
edited
Loading

Fixes #312

The copyToClipboard function is not returning a promise currently. The intention (at least according to the function signature) is to fulfill the promise when the text is copied:

usehooks/index.d.ts

Lines 126 to 129 in 90fbbb4

export function useCopyToClipboard(): [
string | null,
(value: string) => Promise<void>
];

This PR will change the code to return a promise. So the promise can fulfill when the text is copied successfully.

kostikovk, silouanwright, tresorama, and Sparebola reacted with thumbs up emoji
Copy link

tresorama commented May 3, 2025
edited
Loading

Please merge this.

Currently this other npm lib has a working version:
https://usehooks-ts.com/react-hook/use-copy-to-clipboard

KPJ-93 reacted with thumbs up emoji

Copy link

up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

useCopyToClipboard: copy method not returning promise

AltStyle によって変換されたページ (->オリジナル) /