timolins / react-hot-toast

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

dismiss method does not close all custom toasts #315

Open parastooAln opened 9 months ago

parastooAln commented 9 months ago

When I call toast.dismiss() it does not close custom toasts , so I had to keep all ids in an array and loop through theme and call dismiss by id . Is there a better way?