onMove(perform: ) bug in List by moving from one List to another (macOS target SwiftUI Project)

I got a problem here.
I made two List and both Lists have 'onMove()' function.
I expected that if I start to drag a component in the List, it can only be droppable in the List which I started drag.
However, the component can be dragged to another List and when the component dropped, it shows an error.

It is the only bug in the project with macOS target SwiftUI project. Not in ios target.

Is there anybody who has an answer?