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 have a basic a calendar where each Day is a Droppable. However if I drag an item onto any day, then ALL Droppables think isOver is true, when only the Droppable I'm hovering over should have isOver === true.
The text was updated successfully, but these errors were encountered:
I have a basic a calendar where each Day is a
Droppable
. However if I drag an item onto any day, then ALL Droppables thinkisOver
is true, when only the Droppable I'm hovering over should haveisOver === true
.The text was updated successfully, but these errors were encountered: