I recently encountered an issue while using react beautiful dnd to create a rearrangeable Material UI List. Everything was working correctly, except for the ListItemSecondaryAction within the list. When dragging a list item, the ListItemText and ListItemIcon were draggable, but the ListItemSecondaryAction remained fixed until that specific item was dropped.
If you want to test this out yourself, feel free to check it out on the sandbox link here: https://codesandbox.io/s/4qp6vjp319
Unfortunately, repositioning the ListItemSecondaryAction did not resolve the issue at hand.