Andrea
Andrea
I'm currently having exactly the same issue implementing a similar use case - _a single level list with draggable items on one side and a tree structure with reorderable items...
I've had the same issue using v2 of the library in a _react/typescript project._ I solved the issue downgrading `react` and `react-dom` versions to match the peer dependencies of the...
I've had the same problem, working on a react/typescript project. I was using the following Dependencies: - `react: "17.0.1"` - `react-dom: "17.0.1"` - `@brainhubeu/react-carousel: "2.0.2"` and devDevendencies: - `typescript: "4.1.3"`...