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
Hi. Thank you for the great library. Here's one bug I found:
I took the List example from the examples page and have added margin to the containerStyles object and the call to alert when target is not in the array to demonstrate the issue:
returnmonitorForElements({onDrop({ location, source }){consttarget=location.current.dropTargets[0];if(!target){alert("Here is the issue!");// <=== Added this.return;}// ...