react-countdown icon indicating copy to clipboard operation
react-countdown copied to clipboard

How to avoid timeout if user set fast time than countdown time?

Open simonho1025 opened this issue 2 years ago • 0 comments

I set the countdown timer(unix timestamp) from server and react-countdown seems using Date.now() to compare the countdown timer. But user can set different time, like slow/ fast time than countdown time that made the timer resume or timeout.

How can I to avoid this issue?

simonho1025 avatar Dec 13 '23 16:12 simonho1025