You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An uncontrolled component allows [Sortable](https://github.com/RubaXa/Sortable) to touch DOM nodes. It's useful when you don't need to maintain any state changes.
148
149
149
150
```js
151
+
importuniqueIdfrom'lodash/uniqueId';
150
152
importReactfrom'react';
151
153
importReactDOMfrom'react-dom';
152
154
importSortablefrom'react-sortablejs';
@@ -157,7 +159,7 @@ class App extends React.Component {
0 commit comments