joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
605 stars 27 forks source link

Modern SwiftUI need struct view #10

Closed krzyzanowskim closed 2 years ago

krzyzanowskim commented 2 years ago

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