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 713cc0d + f8928f8 commit 365f978Copy full SHA for 365f978
README.md
@@ -30,7 +30,7 @@ The default export is `<Draggable>`. At the `.DraggableCore` property is `<Dragg
30
// ES6
31
import Draggable from 'react-draggable'; // The default
32
import {DraggableCore} from 'react-draggable'; // <DraggableCore>
33
-import Draggable, {DraggableCore}; // Both at the same time
+import Draggable, {DraggableCore} from 'react-draggable'; // Both at the same time
34
35
// CommonJS
36
let Draggable = require('react-draggable');
0 commit comments