Prateek
Results
1
comments of
Prateek
Use **immer** immutable state ``` import { produce } from 'immer'; ReactSortable.prototype.onChoose = function (evt) { var _a = this.props, list = _a.list, setList = _a.setList; var newList = produce(list,...