react-grid-layout / react-draggable

React draggable component
MIT License
9.04k stars 1.03k forks source link

React draggable and react rnd issue #739

Open achoud44 opened 1 year ago

achoud44 commented 1 year ago

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)

yogesh10-r commented 1 year ago

Hii @achoud44! I'd like to work on this issue . can you point me where to start?