Skip to content

Resizing and moving no longer works with react-draggable 4.6.0 #811

Description

@lauracallahan-wk

Describe the bug

With the release of react-draggable 4.6.0, our application objects no longer responds to resize or move interactions. react-draggable is pulled in as a transitive dependency. Pinning the version to 4.5.0 resolves the issue. Alternatively, setting 'process.env.DRAGGABLE_DEBUG': 'undefined', in the vite config works as a workaround.

Your Example Website or App

Proprietary code

Steps to Reproduce the Bug or Issue

  1. Be on react 19
  2. Pull in react-grid-layout@1.5.3 and react-draggable@4.6.0 and react-resizable@3.2.0
  3. Notice that resizing and moving of objects no longer works (no console errors, just unresponsive)

Expected behavior

Resizing and moving still behaves as usual

react-grid-layout library version

1.5.3

Operating System Version

macOS

Browser

Chrome

Additional context

No response

Screenshots or Videos

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions