I have been trying to figure out how to use Realm with SwiftUI. The problem is that SwiftUI and Realm both have a List type. When you import SwiftUI into your Realm model to make the class a BindableObject and try to create a Realm List property there is an error.
Is it possible to use an instance of the Realm object model and make it a BindableObject in SwiftUI?