removed unnecessary animation dependency
This commit is contained in:
@@ -164,7 +164,7 @@ export default function App() {
|
||||
});
|
||||
}, [cancelProgressAnimation, cancelButtonAnimation, countdownAnimation,
|
||||
buttonAnimation, containerHeight, duration, timerIsRunning, taskDetailsAnimation,
|
||||
timerAnimation, showCountdownText]);
|
||||
timerAnimation]);
|
||||
|
||||
React.useEffect(() => {
|
||||
if (containerHeight > 0 && !timerIsRunning) {
|
||||
|
||||
Reference in New Issue
Block a user