Created
July 27, 2018 05:49
-
-
Save sagar-gavhane/45206decf86a833155df751dfd0a3d44 to your computer and use it in GitHub Desktop.
Prevent duplicate toast notification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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