We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d09bb0 commit 97cfb45Copy full SHA for 97cfb45
Sources/LiveViewNative/Stylesheets/ResolvableTypes/SwiftUI/Styles/TabViewStyle.swift
@@ -70,7 +70,7 @@ extension PageTabViewStyle.IndexDisplayMode.Resolvable: @preconcurrency Attribut
70
#if os(watchOS)
71
@available(watchOS 10, *)
72
extension VerticalPageTabViewStyle.TransitionStyle.Resolvable: @preconcurrency AttributeDecodable {
73
- init(from attribute: Attribute?, on element: ElementNode) throws {
+ public init(from attribute: Attribute?, on element: ElementNode) throws {
74
switch attribute?.value {
75
case "automatic":
76
self = .__constant(.automatic)
0 commit comments