Notice the const counterEl = useRef(null) line, and the <span ref={counterEl}>{count}</span> . This is what sets the link.
確定! 回上一頁