react-sortable-hoc
react-sortable-hoc copied to clipboard
Support display: flex ?
react-sortable-hoc is unique in supporting display: grid (while other libraries only support vertical or horizontal direction).
Are there any plans to support display: flex ?
Demo: https://codesandbox.io/s/sortable-hoc-yp7h7?file=/src/App.js
Could someone explain please why doesn't it work in the first example but works in the second? I have the same problem as #1
@oyatek Add axis="xy" on SortableContainer and problem solved