Doug Jones

Results 11 comments of Doug Jones

Pretty sure it needs to be a `ToastTransition | undefined` Type, so it should be: `transition={Bounce}` and be sure to import the transition: `import { ToastContainer, Bounce } from 'react-toastify';`...