timolins / react-hot-toast

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

When the route changes, toast will be shown again #227

Closed mahdisaadatt closed 1 year ago

mahdisaadatt commented 1 year ago

I was working with this library, and suddenly I encountered a problem, that is, when I go to another root using the button, toast is shown again.

mahdisaadatt commented 1 year ago

Guys I solved this problem with putting Toaster in root component (App).