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
I set some dragging state on a component wrapping the table, so when I change it, the table re-renders and all rows are unmounted and then re-mounted.
The Row sets event.dataTransfer.setDragImage in onDragStart, but because it re-mounted, the event target changes and image is not shown. Also onDragEnd doesn't work because of the same reasons.
The text was updated successfully, but these errors were encountered:
I set some
dragging
state on a component wrapping the table, so when I change it, the table re-renders and all rows are unmounted and then re-mounted.The Row sets
event.dataTransfer.setDragImage
in onDragStart, but because it re-mounted, the event target changes and image is not shown. Also onDragEnd doesn't work because of the same reasons.The text was updated successfully, but these errors were encountered: