timolins / react-hot-toast

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

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

Closed mahdisaadatt closed 2 years ago

mahdisaadatt commented 2 years 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 2 years ago

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