react-mixin-sortablejs
react-mixin-sortablejs copied to clipboard
React mixin for SortableJS.
Results
2
react-mixin-sortablejs issues
Sort by
recently updated
recently updated
newest added
Hi I think that there is issue in logic of setting `DOMNode` [here](https://github.com/SortableJS/react-mixin-sortablejs/blob/master/react-mixin-sortable.js#L143). I think it must be, but I'm not sure: ``` javascript DOMNode = typeof this.getDOMNode === 'function'...
Hey, I had Sortable plugin for a long time in my project but it failed on the new version of React. I added this mixin and got following error: ```...