bolsinga / site

SwiftUI Package to display Shows
https://www.bolsinga.com
4 stars 1 forks source link

SceneStorage runtime logs on macos #782

Closed bolsinga closed 3 months ago

bolsinga commented 6 months ago
SceneStorage is only for use with SwiftUI App Lifecycle. This will become a fatal error in a future release.
Accessing a SceneStorage value outside of being installed on a View. This will always return the default value.
Creating a Binding to SceneStorage value outside of being installed on a View. This will result in a constant Binding of the default value and will not update.
bolsinga commented 3 months ago

No longer occurs. Now targeting macOS 14.5 and no longer see this log.