Closed wasabitools closed 2 years ago
Hi @natasafi, Sorry for the late reply, are you still facing this issue? no I cannot see what the issue could be.
Hello @diegoddox ,
Thanks for the reply. Yes, the problem is that we have a Toastr that disappears normally however if the user hovers over the toaster it becomes sticky and it doesn't fade. I tried to add theremoveOnHover: true
, removeOnHoverTimeOut: 3000
so even if it's hovered over it will still disappear but it didn't work. Is that a normal behaviour?
No, it's not it should remove after, not sure when but will have a look.
Thank you :)
Hello, I have the same issue. Is there any progress in solving the problem?
@masiacra what version are u using?
@diegoddox, hello. "react-redux-toastr": "7.6.5"
I'm not able to reproduce it, could any of you provide a reproducible link maybe on codesandbox.io ?
Sorry, diegoddox, but it seems like I did something wrong. Now it works fine
I will close it, but incase anyone can provide a reproducible env feel free to re-open.
Toastr remains sticky after being hovered over. I added
removeOnHover: true
,removeOnHoverTimeOut: 3000
without any success.Any advice?