-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Don't trigger start animation when clicking on an button within anchor #31
Comments
@baba43 ends up using this package instead: https://github.com/Skyleen77/next-nprogress-bar works flawlessly for us |
Should also work in #61 (comment) |
I had similar case and this seems to fix the issue
|
Worked for me! 💯 |
Considering this case
Issue: When the button is clicked, the progress bar triggered
Expected: When the button is clicked, the progress bar should not do anything. There should be a way to prevent the progress bar to not being triggered
The text was updated successfully, but these errors were encountered: