Error: onDrag called before onDragStart
See original GitHub issueSometimes Error: onDrag called before onDragStart is fired if you drop an item on top of another.

Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11
Top Results From Across the Web
Error: onDrag called before onDragStart. #12152 - GitHub
When trying to move a graph panel, the browser console display an error : Error: onDrag called before onDragStart. The problem appear just...
Read more >Javascript ondrag, ondragstart, ondragend - Stack Overflow
I haven't used drag myself much but I believe it's the drag "edit action" - eg selecting text and dragging it within a...
Read more >ondragstart Event - W3Schools
The ondragstart event occurs when the user starts to drag an element or a text selection. Drag and drop is a common feature...
Read more >JavaScript Event Handlers: ondragstart and ondrop
They're triggered by various things like inputs being entered, forms being submitted, changes in an element like resizing, or errors that…
Read more >React-grid-layout double mounting - JSFiddle - JSFiddle
setState({dragging:i});break;case"onDrag":if(!e.state.dragging)throw new Error("onDrag called before onDragStart.");i.left=e.state.dragging.left+a.
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 Free
Top 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

Thanks so much, I had low expectations of getting any reply, never mind an actual solution!
Having same issue, any updates?