#I have a error

8 messages · Page 1 of 1 (latest)

brazen oyster
#

const handleCopy = () => {
const text = "[email protected]";
navigator.clipboard.writeText(text);
setCopied(true);
};

#

Go to BentoGrid.tsx file

#

And go to const handlecopy

#

In vs code

#

If it has any underline signal fix with GitHub copilot

heavy night
brazen oyster
#

No issue

heavy night