For this let's add the cleanup function: useEffect(() => { let timer = setTimeout(() => setShow(true), 3000); return ...
確定! 回上一頁