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 1002ddc commit 737cbb9Copy full SHA for 737cbb9
Sources/OpenSwiftUICore/View/VariadicView.swift
@@ -453,7 +453,11 @@ extension _VariadicView.ImplicitRoot {
453
// MARK: - ImplicitRootType
454
455
private struct ImplicitRootType: ViewInput {
456
+ #if canImport(Darwin)
457
static let defaultValue: _VariadicView_AnyImplicitRoot.Type = CoreGlue.shared.defaultImplicitRootType.value
458
+ #else
459
+ static let defaultValue: _VariadicView_AnyImplicitRoot.Type = _VStackLayout.self
460
+ #endif
461
}
462
463
// MARK: - _ViewInputs + ImplicitRoot
0 commit comments