Kostiantyn

Results 4 comments of Kostiantyn

My thoughts it should be smth meaningful and unique so that's why I added this to #13: ```js var replyQueue = queueName + '-reply-' + corrId ``` But anything that...

Have the same issue. It would be great to fix it.

You can use react-sortable-hoc to implement exactly the same functionality. Too lazy to make codesandbox, but here some chunks from my implementation: ```js import { SortableContainer, SortableElement, SortEndHandler } from...