SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
2.06k stars 210 forks source link

Can we add react fragment support #218

Open roh8raut opened 2 years ago

roh8raut commented 2 years ago

I have a use case where in I do not want any wrapper element around my cards list which needs to be sorted.

Can we pls add the support for react.fragment ? Also will be happy to hear if anyone had this issue previous and has tackled the same.

julienben commented 2 years ago

I'm not a developer on this library but I can't imagine that would be possible. The library will need some kind of DOM element to attach event listeners to.

MineiToshio commented 1 year ago

@roh8raut were you able to solve your problem? I'm having the same issue