React DnD make dropTargets when hover on something while dragging item
问题 I'm trying to do something like below: Scenario 1: User will drag and drop List 1 from left side to right side. Scenario 2: Again, User will drag list 2 to right side, when that dragging item hover on list 1, have to show drop zones to drop that list 2 item here. Finally, List 1 and List 2 both will be placed like left and right side. With React Dnd, Is this achievable? and I tried this it works only while dragging. https://stackblitz.com/edit/react-pctpdh I'm able to show a drop area while