We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c2002 commit d6beeddCopy full SHA for d6beedd
README.md
@@ -186,7 +186,7 @@ A controlled component will keep DOM nodes untouched. You have to change state t
186
import uniqueId from 'lodash/uniqueId';
187
import React from 'react';
188
import ReactDOM from 'react-dom';
189
-import Sortable from '../src';
+import Sortable from 'react-sortablejs';
190
191
class App extends React.Component {
192
state = {
@@ -224,7 +224,7 @@ File: shared-group.jsx
224
```js
225
226
227
228
229
// Functional Component
230
const SharedGroup = ({ items }) => {
0 commit comments