On drag, react-beautiful-dnd doesn't show draggable item in material-ui-next.com persistent drawer
问题 I have a persistent drawer which holds a droppable list with draggable items. The functionality is there, but when dragging an item the item that is being dragged is not shown. I can drag the item perfectly and space is being allocated including animations as intended by the dnd framework, I just can't see what I am dragging. If I change the drawer to a permanent drawer, everything works as expected. Any suggestions? My component (in prototype code): (The DragDropContext is declared in a