joshdholtz/DeckUI

Modern SwiftUI need struct view

krzyzanowskim opened this issue · 0 comments

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