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
- Be on react 19
- Pull in react-grid-layout@1.5.3 and react-draggable@4.6.0 and react-resizable@3.2.0
- 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
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
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