diegoddox / react-redux-toastr

react-redux-toastr is a toastr message implemented with Redux
http://diegoddox.github.io/react-redux-toastr/
MIT License
752 stars 149 forks source link

Toastr timeout pauses after hover and toaster remains sticky #268

Closed wasabitools closed 2 years ago

wasabitools commented 3 years ago

Toastr remains sticky after being hovered over. I added removeOnHover: true , removeOnHoverTimeOut: 3000 without any success.

Any advice?

diegoddox commented 3 years ago

Hi @natasafi, Sorry for the late reply, are you still facing this issue? no I cannot see what the issue could be.

wasabitools commented 3 years ago

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?

diegoddox commented 3 years ago

No, it's not it should remove after, not sure when but will have a look.

wasabitools commented 3 years ago

Thank you :)

masiacra commented 2 years ago

Hello, I have the same issue. Is there any progress in solving the problem?

diegoddox commented 2 years ago

@masiacra what version are u using?

masiacra commented 2 years ago

@diegoddox, hello. "react-redux-toastr": "7.6.5"

diegoddox commented 2 years ago

I'm not able to reproduce it, could any of you provide a reproducible link maybe on codesandbox.io ?

masiacra commented 2 years ago

Sorry, diegoddox, but it seems like I did something wrong. Now it works fine

diegoddox commented 2 years ago

I will close it, but incase anyone can provide a reproducible env feel free to re-open.