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
Hello, I have a case below where the draggable (field list on the right most) and target (aggregation builder for visualization on the left of the field list). The left and right are completely different components.
After further debugging. I noticed that if I am far away from the nest of react components the registry inside the pragmatic library is different and is empty, causing no drag drop event to be emitted.
Hello, I have a case below where the draggable (field list on the right most) and target (aggregation builder for visualization on the left of the field list). The left and right are completely different components.
The code for the field list is:
If I uncomment the
dropTargetForElements
, I do get the log for the drop events.The code for the drop target, at aggregation builder is:
Here, no logs are ever logged.
Don't know what I am doing wrong.
One caveat: We still have react-beautiful-dnd on some part of the system.
The text was updated successfully, but these errors were encountered: