log(h1Ref) // { current: null } useLayoutEffect(() => { console.log(h1Ref); // { current: <h1_object> } }) return ( <h1 ref={h1Ref}>App</h1> ) } export ...
確定! 回上一頁