Question: I’m using a react-virtualized List component, which uses height data from CellMeasurerCache: const cache = new CellMeasurerCache({fixedWidth: true, rowHeight: 150, minHeight: 50 }); This is the code for the list: The problem is that, sometimes the height is defaulting ...

Question: Expected behaviour Row should get dragged to its destination index when dragged from top to bottom and vice versa with DnD animation. Actual behaviour Row doesn’t get DnD when dragged from bottom to top index. Top to bottom drag ...