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
Apple introduced a new typealias for LayoutOptions starting from iOS 17+. In SwiftUI, this leads to a conflict when LightweightCharts is used within a UIViewRepresentable. It would be a nice convenience method to introduce something like
Apple introduced a new typealias for LayoutOptions starting from iOS 17+. In SwiftUI, this leads to a conflict when LightweightCharts is used within a UIViewRepresentable. It would be a nice convenience method to introduce something like
inside LayoutOptions.swift.
Current workaround is to have those lines in a file that doesn't import SwiftUI:
The text was updated successfully, but these errors were encountered: