Hello,
I use a personal library which exposes components.
Within its components I use toast.success("test message");.
However, I cannot make the toasts appear in the main application since with the actions of the library components.
I have to add the <Toaster/> in my components for the toasts to appear.
What 's the solution to add only <Toaster/> on the main application ?
Hello, I use a personal library which exposes components. Within its components I use
toast.success("test message");
. However, I cannot make the toasts appear in the main application since with the actions of the library components. I have to add the<Toaster/>
in my components for the toasts to appear.What 's the solution to add only
<Toaster/>
on the main application ?exemple :
since customLib
Thanks for the help