-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to prevent duplicate notifications #11
Comments
@minhtranite Is there any way to prevent duplicate notifications? |
@minhtranite Can you please provide a solution to this ? |
Use a [edit] like this one :) https://gist.github.com/nmsdvid/8807205 |
How to use debounce in this package? |
@vn38minhtran
I am using react-notification in form validation to show an error message e.g. "Invalid email". The issue is, if a person keeps on clicking on the submit button, the notification keeps on popping up. Is there a way to prevent duplicate notification from showing up? Thanks.
The text was updated successfully, but these errors were encountered: