nkbt / react-copy-to-clipboard

Copy-to-clipboard React component
MIT License
2.33k stars 123 forks source link

Get values asynchronously when clicking copy #186

Closed tongtongde closed 2 years ago

tongtongde commented 2 years ago

When you click Copy, you get the value asynchronously, and then you can't get the latest value `const onClick= () => { setCopyText('text'); }; <CopyToClipboard text={copyText}

` consider exposing the copy method?
nkbt commented 2 years ago

Why would you need react-copy-to-clipboard then? Just use copy-to-clipboard lib directly