const myPromise = fetchData(); toast.promise(myPromise, { loading: 'Loading', success: 'Got the data', error: 'Error when fetching', });
https://react-hot-toast.com/docs/toast