react-hot-toast icon indicating copy to clipboard operation
react-hot-toast copied to clipboard

Close all button at then end of the nofication

Open jeevasusej opened this issue 1 year ago • 1 comments

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

jeevasusej avatar Dec 07 '22 07:12 jeevasusej

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

image

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

welshy557 avatar Apr 22 '23 05:04 welshy557