pomofocus
pomofocus copied to clipboard
Count Down won't reset if pomodor time is the same as break time
// 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.