IOS SwiftUI Drag and Drop; dropExited in DropDelegate sometimes isn't called

When I drag a view, dropExited is the only method that isn't called sometimes, when needed. I need dropExited to work reliably, because I notify other views, whether drop entered/exited. DropExit is less likely to be called, when I drag quickly or slowly.

FYI, DropEntered is often called twice. Are these normal?
IOS SwiftUI Drag and Drop; dropExited in DropDelegate sometimes isn't called
 
 
Q