-
I believe we are using dndkit in other places
-
Hey all,
We are taking the next step in saying thank you and goodbye to our friend `react-beautiful-dnd`.
- ⚠️ We have now [deprecated](https://docs.npmjs.com/deprecating-and-undeprecating-packa…
-
**Describe the bug**
The drag and drop feature does not work in current React 18 because of a deprecated library [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd). It looks lik…
-
react-dnd is used in Contents views. I don't think we need 2 libraries that can do the same thing. I've tested and it's possible (of course) to do table row sorting with react-beautiful-dnd.
-
**描述bug**
react-beautiful-dnd在wujie页面中,拖拽时,onDragStart没有正常触发,是否因为wujie的什么限制
**如何复现**
页面中引入
`import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
const onDragStart …
-
### mantine-react-table version
v2.0.0-beta.6
### react & react-dom versions
v18
### Describe the bug and the steps to reproduce it
Drag and drop features are not working when used in c…
-
Since the following change 150c02028aa8e47f4071357e44f4c0daeda44a18
React Select can no longer be opened through `onControlMouseDown` and the `event.defaultPrevented` is always `true` when the compo…
loun4 updated
3 weeks ago
-
Hey 👋 first off, love this library! I work at Contentful and we're exploring switching to this library for our new page builder product (Studio Experiences). Right now we have the ability to handle `c…
-
### `package.json` file
```json
{
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3…
-
### React Query Builder version
8.0.0
### Platform
chrome on mac, arc on mac, chrome on windows 11
### Description
Hi, I encountered a problem after implementing a feature in my project. We have …