¿Por qué la propiedad type y autoClose no funciona? en la versión 9 del paquete react toastify.
const toast1 = toast.loading("Please wait..."); const data = await setBooks(e); toast.update(toast1, { render: "Oooups.., something goes wrong!", type: toast.TYPE.ERROR, autoClose: 2000, closeButton: true, });