<ToastContainer /> is imported from "react-bootstrap" which is wrong. <ToastContainer /> should be imported from "react-toastify".
<ToastContainer />
"react-bootstrap"
"react-toastify"