pomofocus icon indicating copy to clipboard operation
pomofocus copied to clipboard

Count Down won't reset if pomodor time is the same as break time

Open jt6677 opened this issue 2 years ago • 0 comments

// useCountdown.js

useEffect(() => { setTime(time); }, [time]);

If breaks.time === pomodoro.time, this count down won't reset. Just pass mode as a prop and use that instead.

jt6677 avatar Aug 21 '22 13:08 jt6677