Guang
Results
2
comments of
Guang
@marlti7 by add ``` componentWillUnmount () { clearTimeout(Timer); } ``` not work for me
find a way to fix this bug , this bug because the Timer won't unmount when your component unmounts. so set clearTimeout when componentWillUnmount(); code like this : ```javascript startAnimate()...