Hello, I'm trying to create list where I can drag list-item inside another item with usual animation.
I have been using "react-sortablejs": "6.1.1" and "sortablejs": "1.15.0" - but the problem is that documentation says that it is not still ready for production and contains bugs.
The question is - how you solve such nested d'n'd problems, what libraries do you use?
Because after surfing the web I haven't found a good solution