Why my React component is still updating state even if I do cleanup in useEffect()?

后端 未结 0 786
猫巷女王i
猫巷女王i 2021-01-03 07:50

I\'ve got a little problem there and I dont know why my solution is not working properly. Here is the code:

    const [progress, setProgress] = useState(0);

         


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