We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a36780 commit 017a350Copy full SHA for 017a350
src/useTimer.js
@@ -57,6 +57,7 @@ export default function useTimer(settings) {
57
}
58
59
function handleExtraMilliSeconds(secondsValue, extraMilliSeconds) {
60
+ setIsRunning(true);
61
intervalRef.current = setTimeout(() => {
62
intervalRef.current = undefined;
63
setSeconds(Time.getSecondsFromExpiry(expiryTimestamp));
0 commit comments