10000
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.
2 parents 33c2002 + d6beedd commit c9d1ab3Copy full SHA for c9d1ab3
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