react-countdown
react-countdown copied to clipboard
How to avoid timeout if user set fast time than countdown time?
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?