We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
react-copy-to-clipboard
I guess we can use native browser APIs instead.
The text was updated successfully, but these errors were encountered:
@ogonkov It is more than polyfill. We don't want to implement the logic by ourselfs
Sorry, something went wrong.
@amje We can replace it with some lightweight lib around navigator.clipboard, it's just few lines to copy text in modern browser
Should be something like this: https://wolfgangrittner.dev/how-to-use-clipboard-api-in-firefox/
Successfully merging a pull request may close this issue.
I guess we can use native browser APIs instead.
The text was updated successfully, but these errors were encountered: