Yeel

Results 4 comments of Yeel

> Hi @codingbycat, thanks for the issue and sample code. What's an example of a product use case where this is especially helpful? I want to make sure I understand...

> If I'm understanding this correctly, it should be possible to do this with: > > ```js > const [isCopied, setCopied] = useClipboard({ > successDuration: 1000, > }); > >...

> Hey @NemanjaS2P, this is already the default behavior. > > Screen.Recording.2020-12-23.at.11.31.02.AM.mov > If it's not your case, could you share the code in a code sanbox ? Thanks Open...

> I had this issue too @pvhieuit 's fix did get it running for me, but the example does not update when I change any library code. I have to...