Feature request: increase Limit of active container (Think of a "show more button)
Feature request
Awesome tool! Just one scenario I can't see how to implement (maybe I'm missing something from the API)
If you increase the limit of the ToastContainer it will not process the current queue into the container. I basically need a "show more button".
So something like the function
toast.clearWaitingQueue()
But more like
toast.processWaitingQueue()
Could we dynamically add the Toasts in the queue to the active state when the Limit is increased?
Using React 18 with the latest react-toastify.
Is this a sensible feature request?
Thanks in advance!
@fkhadra any thoughts on this?
This is indeed a feature request. I believe some changes are required to the lib to introduce this kind of api