I have this component to track current time of an audio file:
const SeekBar = (props) => { const [isSeeking, setIsSeeking] = useState(false); const [seek,