Modern SwiftUI need struct view
krzyzanowskim opened this issue · 0 comments
krzyzanowskim commented
SwiftUI/NSViewRepresentable.swift:235: Fatal error: NSViewRepresentables must be value types: PlayerContainerView
the problem is that PlayerContainerView
is a class and it suppose to be a struct