question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to preventDefault inside passive event listener invocation

See original GitHub issue

First of all , thanks for creating react-image-crop. It is specially useful for people like me, who don’t work with canvases .

I am getting this error whenever i test this functionality in mobile mode, like selecting some part or simply clicking of the canvas

Unable to preventDefault inside passive event listener invocation

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DominicTobiascommented, Jun 17, 2021

Hello, its started working without doing anything. Seriously. I turned off computer and after few hours I started to check and it was miracle. Thank you for your update.

Hah ok that’s good as I was out of ideas 😉

0reactions
dhwalincommented, Jun 16, 2021

Hello, its started working without doing anything. Seriously. I turned off computer and after few hours I started to check and it was miracle. Thank you for your update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Easy fix for: Unable to preventDefault inside passive event ...
1. Remove the need for preventDefault() in the event listener ... The correct way to fix this issue is by finding the event...
Read more >
Unable to preventDefault inside passive event listener
here is my solution for react. this is for silly react number textfield scrolling problem which causes number change while moving with wheel....
Read more >
[Error] Unable to preventDefault inside passive event listener ...
Hi, my browser's console keeps throwing this error, when all I have done is embedded in a functional component.
Read more >
Unable to preventDefault inside passive event listener - Edureka
I am trying on some built-in events: $('.sortable-handler').on('touchstart', function (e) { e.preventDefault(); alert('touchstart'); }); ...
Read more >
Unable to preventDefault inside passive ... - WordPress.org
This may be a plugin or theme conflict. Please attempt to disable all plugins, and switch to the default Twenty Twenty theme. If...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found