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

Progress countdown stops on Mobile

Open mina-raina-choi opened this issue 5 years ago • 2 comments

Do you want to request a feature or report a bug? Bug

What is the current behavior? On mobile, it stops countdown when I attempt to dismiss toast but do not dismiss. It works well on desktop.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:

https://user-images.githubusercontent.com/28688788/111136107-b6adf180-85c0-11eb-8f4a-11bb47c0b8b1.mov

What is the expected behavior? It restarts countdown

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

mina-raina-choi avatar Mar 15 '21 10:03 mina-raina-choi

Works properly if pauseOnHover is set to false.

Nikhiladiga avatar Jul 09 '21 00:07 Nikhiladiga

This error occurs when pauseOnHover is set to true.

mina-raina-choi avatar Aug 18 '21 08:08 mina-raina-choi