I'm seeing the same thing here. "[API] cannot add handler to 3 from 3 - dropping" filling my logs on a Mac Catalyst app build tin SwiftUI. Even with something like
var body: some View {
List(list, id: \.id, selection: selection) { project in
text(verbatim: project.name)
}
}
I'm seeing it appear when the list appears. Add in some swipeActions, contextMenu and a whole lot more will appear.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: