forwardRef. reference를 다른 곳으로 넘겨주기 위해서 사용하는 method const Parent = (props) => { const ref = useRef(); return <Child ...
確定! 回上一頁