Unable to preventDefault inside passive event listener invocation
See original GitHub issueFirst 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hah ok that’s good as I was out of ideas 😉
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.