timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.55k stars 313 forks source link

Close all button at then end of the nofication #247

Open jeevasusej opened 1 year ago

jeevasusej commented 1 year ago

Do we have any feature like, If we have more than one but, need to show button at the bottom of the message to close the notification?

image

welshy557 commented 1 year ago

Looking at the source code, I believe this is already possible.

image

Calling toast.dismiss() with no toast id will dismiss all the toasts.