Slider taking too much RAM, which leads to memory leaks

前端 未结 0 1179
清酒与你
清酒与你 2021-01-28 18:42

I have this component to track current time of an audio file:

const SeekBar = (props) => {
  const [isSeeking, setIsSeeking] = useState(false);
  const [seek,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题