react-sortable-hoc
react-sortable-hoc copied to clipboard
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
npm install react-sortable-hoc --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from...
https://github.com/clauderic/react-sortable-hoc/blob/caf3c4f5bfb30894639391ae75c1bfc2b707a127/types/index.d.ts#L108 [React.SFC is now deprecated](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/30364)
No feedback to the user while moving the section leads to confusion, error, and possibly task failure. There also isn’t a way to undo an incorrect movement of the section...
i caught an error using hoc component like `SortableContainer` or `SortableElement` `cannot be used as a JSX component.` ``` ├── @types/[email protected] ├── @types/[email protected] ├── @vitejs/[email protected] ├── [email protected] ├── [email protected] ├──...
`array-move` lib changed to not use `export default`, "Basic Example" for devs in "copy-paste mode" wont be able to make this lib work, this will give directions for devs to...
Fix: disabling start for middle mouse button There are 5 possible values for `event.button`: > 0: Main button pressed, usually the left button or the un-initialized state > 1: Auxiliary...
Solves issue https://github.com/clauderic/react-sortable-hoc/issues/533 according to https://github.com/clauderic/react-sortable-hoc/issues/533#issuecomment-772173728
First of all, let me thank you for this wonderful library. I finally finished migrating away a tree implementation (2 level only) from react-sortable-tree to this library, and it's been...

Good day! I'm trying to create a dnd list with 1. ghost element 2. marker that shows new position of the element 3. static list I used hideSortableGhost to left...