You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
When a button cooldown is updated via the interactive service, the previous timer that shows that a button is on cooldown is not cleared, and all timers will continue to update the text until they run out, this causes the time shown to flicker between two or more values.
The timer should be cleared when the new one is added such that there is only one timer active per button.
Probably something going wrong in setCountdown()src/alchemy/preact/Cooldown.tsx. Please fix. 😗
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a button cooldown is updated via the interactive service, the previous timer that shows that a button is on cooldown is not cleared, and all timers will continue to update the text until they run out, this causes the time shown to flicker between two or more values.
The timer should be cleared when the new one is added such that there is only one timer active per button.
Probably something going wrong in
setCountdown()
src/alchemy/preact/Cooldown.tsx
. Please fix. 😗The text was updated successfully, but these errors were encountered: