kathanshah1206

Results 5 comments of kathanshah1206

> So, when you're using React Toastify, sometimes you might encounter this error that says something about having more than one ToastContainer. Basically, ToastContainer is like a box where all...

thank you..It worked indeed !!😄 On Thu, May 2, 2024 at 5:13 PM HUSSAIN Wasif Latif ***@***.***> wrote: > import { ToastContainer } from 'react-toastify'; > import 'react-toastify/dist/ReactToastify.css'; > >...

dont know exactly for Next.js code base, but did u try making the use of setPropogation() or preventDefault()?..well in React js ..there is no issue On Wed, Jun 5, 2024...

Thanks, I'll check it out. On Mon, Jul 8, 2024 at 8:13 PM hoapooh ***@***.***> wrote: > I figure the error myself, it is all because you have more than...

Here is the solution for TypeScript:- (call the toast first ) ![image](https://github.com/fkhadra/react-toastify/assets/97287116/3c8c8e69-bb74-4159-b336-786f1f967a34) (define the toast as follows:-) ![image](https://github.com/fkhadra/react-toastify/assets/97287116/c667245e-4110-49a2-ba47-41d4693c8890) -> the stopPropogation() will prevent default actions (define the tooglefunction and a...