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 97a5cd3 commit 713cc0dCopy full SHA for 713cc0d
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 {default as Draggable, DraggableCore}; // Both at the same time
+import Draggable, {DraggableCore}; // Both at the same time
34
35
// CommonJS
36
let Draggable = require('react-draggable');
0 commit comments