Reactjs – Why the toast.success is not working here?
I want to show a toast using react-toastify package after succesfully deleting the data object. But the toast function is not working properly here. import { ToastContainer, toast } from "react-toastify" function RecipeRow({ recipe, recipes, setRecipes }) { const {…