Javier Cáceres

Results 1 comments of Javier Cáceres

> I solved this by mutating the `provided.draggableProps.style.left` and `provided.draggableProps.style.right` values when `provided.isDragging` is `true` > > ``` > > {(provided, snapshot) => { > if (snapshot.isDragging) { > const...