``` Slider: React.FC<SliderProps> = ({ foo }) => { const sliderRef = useRef(); // undefined at the beginning console.log(sliderRef.current); ...
確定! 回上一頁