Category "react-toastify"

react-toastify: How to position the toasts a little up from the bottom

I want to position the toast at the bottom-right but with some offset from the bottom example,. Currently this is my ToastContainer definition ReactDOM.render(

React-toastify toasts don't close

I have a react app and I use react-toastify to prompt for certain messages. However, whenever I click the x on the toasts they don't close. They do, however, cl

How to use react-toastify promise in axios

// how can I use the promise of toastify like I want to show spinner while fetching data then message success or failed // but I am getting error in bellow code