1. const onHandleCopy = () => {
    2. copyRef.current.select()
    3. document.execCommand('copy')
    4. }