You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix forwardRef problem where TrackElements aren't draggable
On drag, I was seeing this error from react-grid-layout:
* react-grid-layout/react-grid-layout#1732
* react-grid-layout/react-draggable#670
It was still present when I tried downgrading react-draggable to an
older version. It turns out the issue was in how the ref for the
TrackElement was being defined. The track elements are now draggable
again.
0 commit comments