You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app that uses this package, in which the views are rendered with SwiftUI. Upon closing the settings window, the memory that is allocated to the panel does not get released, leading to a permanent memory allocation during the lifetime of the app. In a particularly heavy SwiftUI view, this can easily surpass 100mb. Has anyone else had this issue? Thanks.
The text was updated successfully, but these errors were encountered:
I have an app that uses this package, in which the views are rendered with SwiftUI. Upon closing the settings window, the memory that is allocated to the panel does not get released, leading to a permanent memory allocation during the lifetime of the app. In a particularly heavy SwiftUI view, this can easily surpass 100mb. Has anyone else had this issue? Thanks.
The text was updated successfully, but these errors were encountered: