react-dnd-scrolling
react-dnd-scrolling copied to clipboard
A smooth scrolling container for draggable items
``` Warning: Scrolling(div): Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. at ScrollingComponent (webpack-internal:///./node_modules/react-dnd-scrolling/lib/esm/index.js:96:36) at DndProvider (webpack-internal:///./node_modules/react-dnd/dist/core/DndProvider.js:43:11) at MyApp...
Hello, Thank you for the library. I am trying to integrate it with a custom multi-select drag and drop but the vertical scroll is not working as expected. The scroll...