If an id of 0 is given to an item, it will blow up with the following error:
Invariant failed: Draggable requires a draggableId
Are you passing in a number? it is required to be a string...
We are closing this issue due to inactivity. If you would like to continue the conversation feel free to reply to this issue and we can reopen it if needed.
Just for everyone to know. I had the same problem and it had to do with the fact that 0 was a number. Cast it to string and everything is fine.
Most helpful comment
Are you passing in a number? it is required to be a string...