-
My app is working well on my local environment but when I deploy to the server, the console prints error: 'Invariant Violation: Expected drag drop context find' when deploying to the server.
I totall…
-
> [!IMPORTANT]
> [@react-forked/dnd](https://github.com/react-forked/dnd) is now [@hello-pangea/dnd](https://github.com/hello-pangea/dnd). For more information see: https://github.com/atlassian/rea…
-
**Description**
I’m running into an issue where the scroll position jumps after I auto scroll while dragging and dropping an element. I’m also not sure if this issue is coming from how I’m using `d…
-
I am worried that react DND still supports in react 18?
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: Víctor Fernández de Alba (@sneridagh)
### Seconder:
## Abstract
Refactor the current Volto drag and drop infra…
-
👋🏾 Hello again! After getting around the `react-dnd` issue I described in https://github.com/atlassian/pragmatic-drag-and-drop/issues/106, I was able to use pdnd to support drag and drop in some featu…
-
I'm going with the tutorial in https://react-dnd.github.io/react-dnd/docs/tutorial and I dont find any reference in it where the source code can be found. Can somebody point me to it. Thanks!
-
### Expected behavior
### Actual behavior
### Steps to reproduce
use official clone & drag demo, update react-beautiful-dnd to v13+. bug appears.
check sandbox demo blow.
### Sugges…
-
I cant dragging with items on mobile when I use portals.
You can check this on your own examples.
I found out that you solved this in version 12.0.0-alpha.7 so mby its regression.
Relase: https:/…
-
## DragSource
```
import { DragSource } from 'react-dnd';
class MyComponent {
/* ... */
}
export default DragSource(type, spec, collect)(MyComponent);//DragSource相当于装饰器
```
### DragSour…