fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.33k stars 676 forks source link

v9 limit problem #1030

Closed lzt-T closed 5 months ago

lzt-T commented 6 months ago

Do you want to request a feature or report a bug? I think it's a bug What is the current behavior? limit =3 . Before 3 is correct, but after 3 there is obviously a repeat popup. After 3, all the pop-up Windows are displayed one by one, and there is no case of showing three at the same time.

image

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:

What is the expected behavior?

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

fkhadra commented 5 months ago

I beleive it should have been fixed with the latest release.