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
Is it somehow possible to pass an array of strings to the dndType attribute. Reason: I need tree "A" to be connected with tree "B" as well as with tree "C", but tree "B" should not be connected with tree "C". If i got it correct react-dnd provides a possibility to pass not just a string as dndType...