react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

React draggable and react rnd issue

Open achoud44 opened this issue 1 year ago • 1 comments
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.

image (2)

achoud44 avatar Nov 28 '23 11:11 achoud44