I am trying to use react-beautiful-dnd for drag n drop sorting of a list but my elements are not draggable and I get Unable to find draggable with id: X
. I have cross-check my code with examples in docs but unable to find what I need to fix. I am using constant id
for key
and draggableId
prop.
Code:CodeSandBox
Edit 1: I expected the code to be able to drag and rearrange items but will return to their initial position as state update is not implemented