Skip to content

Instantly share code, notes, and snippets.

@sagar-gavhane
Created July 27, 2018 05:49
Show Gist options
  • Save sagar-gavhane/45206decf86a833155df751dfd0a3d44 to your computer and use it in GitHub Desktop.
Save sagar-gavhane/45206decf86a833155df751dfd0a3d44 to your computer and use it in GitHub Desktop.
Prevent duplicate toast notification
if (!toast.isActive(this.toastId)) {
const { message } = response.data;
this.toastId = toast.success(message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment