react-draggable
react-draggable copied to clipboard
React draggable and react rnd issue
trafficstars
I am using "react-rnd": "^10.4.1" and "react-draggable": "^4.4.5"
But having
node_modules/react-draggable/typings/index.d.ts:22:15 - error TS2300: Duplicate identifier 'DraggableEvent'.
22 export type DraggableEvent = React.MouseEvent<HTMLElement | SVGElement>
~~~~~~~~~~~~~~
node_modules/react-rnd/node_modules/react-draggable/typings/index.d.ts:22:15
22 export type DraggableEvent = React.MouseEvent<HTMLElement | SVGElement>
~~~~~~~~~~~~~~
'DraggableEvent' was also declared here.