-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Infinite event loops #981
Comments
hi, I have the same situation. Capture 'onClick' make function call 1000+ times. When I serve the page without browsersync this problem doesn't exist. Temporary fix is using 'onMouseDown' instead of 'onClick' but this shouldn't be a final solution. Version 2.12.3 |
Same here. |
We are the only ones suffering from this issue? |
I've got the same bug and just can't get away from it. I have stripped my gulp file to nothing and it will always forward to the baseDir: localhost:3000/
|
I may be on the same bug. =P |
I just had this bug and it made me exceed my firebase login attempts quota in seconds. Yay! |
I was a little bit baffled by this issue but I ended up narrowing it down to browser sync. I was using browsersync along with webpack dev/hot middlewares. Randomly, but regularly, trying to capture a click event would trigger an infinite loop. In firefox the event would be triggered without even an initial click to set it off. I don't know much more then this but I've attached a screenshot from my debugger.
Version 2.11.0 - 2.11.1
The text was updated successfully, but these errors were encountered: