-
-
## Bug or feature request?
Feature request
### Expected behavior
When I have a Droppable container with horizontal layout and limited width (let's say it fits 3 draggable items) and hei…
-
The example "With react-beautiful-dnd" doesn't work.
```
Error: import or require() statements can be added only by editing a Markdown example file: react-beautiful-dnd
```
-
### Description
Can remove:
* react-textfit (not used)
* dagre (not used)
* react-csv (not used)
* react-color (not used)
* http-proxy-middleware (not used)
* gapi-script (not used)
* postcs…
-
### Expected behavior
Expect snowpack to correctly build my product for development testing.
### Actual behavior
Receiving error message on build: `Error: ENOENT: no such file or directory, o…
-
**drop not working**
Tauri
navigator.userAgent
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)" = $2
-
## Common issues setup guide
I’ve included here a code sandbox example link:
https://codesandbox.io/s/testdummy1-fe6xq?file=/src/App.js
## Check your console
“Invariant failed: Cannot find dropp…
-
## Feature request
### Overview
A accessible primitive drag and drop for sortable lists (& other stuff).
### Examples in other libraries
- [dnd kit](https://docs.dndkit.com) (Good One)
- [r…
-
What i want to achieve: programatically scroll in react-beautiful-dnd droppable column
if it was a simple react div, i could:
```
const myref = useRef(null)
const executeScroll = () => {
my…
-
I'm trying to reproduce two column example using current versions of React and React-Beautiful-DnD.
After first interaction (sorting inside one column or moving item to another column) React and Reac…