mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.84k stars 314 forks source link

Replace react-beautiful-dnd with @hello-pangea/dnd #68

Open twiddler opened 1 year ago

twiddler commented 1 year ago

There are some examples showcasing drag-and-drop that use react-beautiful-dnd. This library seems to have been superseeded by @hello-pangea/dnd which supports TypeScript out of the box and fixes an error with React's strict mode.