Skip to content
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

unnecessary starts #37

Open
sahnoun99 opened this issue Sep 6, 2023 · 3 comments
Open

unnecessary starts #37

sahnoun99 opened this issue Sep 6, 2023 · 3 comments

Comments

@sahnoun99
Copy link

sahnoun99 commented Sep 6, 2023

loader start when click on even if onClick e.preventDefault()

@jason-dark
Copy link

jason-dark commented Sep 26, 2023

In my case I have a button within a Next link anchor. Work around seems to be adding this to the button:

onClick={(e) => {
  e.preventDefault();
  e.nativeEvent.stopImmediatePropagation();
}}

@Dakuan
Copy link

Dakuan commented Aug 3, 2024

workaround not working anymore :(

@MathieuLopes
Copy link

Any updates on it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants