Open
Description
Hi,
We are using react-sortable tree component where i do not need drag/drop functionlity.At the same time, we are using react-trello component which is having kanban board with drag and drop functionlity.
These two components are being used in same page.
So, we are getting Cannot have two HTML5 backends at the same time. error.
We have made canDrag={false} canDrop={false}. But Still we are facing the same issue.
Can you Please help me to remove draggablecontext from sortable tree.