Drop event on `useDrop` not triggering
See original GitHub issueDescribe the bug
I’m trying to implement react-dnd
with HTML5Backend
in my project, first I tried to implement it manually and then used exact same code from the react-dnd
example link. but drop
event is not triggering, even hover
is triggering and consoled monitor.canDrop()
it returned true
.
Desktop:
- OS: Windows 10
- Browser Edge Chromium
- Version 83.0.478.37
- React DND Version 11.0.0
Edit: Also tried it on Google Chrome V 81.0.4044.138
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
React DND drop event on `useDrop` not triggering
My project was running on a sharepoint environment, the issue was related to its parent container preventing the drop event, ...
Read more >useDrop - React DnD
The useDrop hook provides a way for you to wire in your component into the DnD ... This function returns an array containing...
Read more >React Dnd Drop Event On Usedrop Not Triggering - ADocLib
React Dnd Drop Event On Usedrop Not Triggering. Let's start by creating some Grid components to hold our images. I based the styles...
Read more >Meme Overflow в Twitter: „React DND drop event on `useDrop` not ...
React DND drop event on `useDrop` not triggering https://stackoverflow.com/questions/62005593/806889… #reactjs #reactdnd #javascript #draganddrop.
Read more >HTMLElement: drop event - Web APIs | MDN
The drop event is fired when an element or text selection is dropped on a valid drop target.
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
ok thanks! That’s given me something to investigate.
FYI: I was using Microsoft Sharepoint workbench for development