const [isStarted, setIsStarted] = useState(false); const [progress, setProgress] = useState(1); const onProgress = (progress) => { console.lo