I have a sandbox, where I am trying to make react-beautiful-dnd work. It has to have the ability to move the columns horizontally.
However I am receiving the following warning (when trying to drag a column) as you can see in the console:
You are attempting to add or remove a Draggable [id: Status]
while a drag is occurring. This is only supported for virtual lists.
I am wondering whether it could be related to the fact that the placeholder is not being found by the app?
Abyone can spot what I am doing wrong?