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 61e3424 commit c3db6feCopy full SHA for c3db6fe
Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift
@@ -21,7 +21,7 @@ import SwiftUI
21
///
22
/// ```swift
23
/// .sheet(
24
-/// isActive: viewStore.binding(
+/// isPresented: viewStore.binding(
25
/// get: \.isGameActive,
26
/// send: { $0 ? .startButtonTapped : .detailDismissed }
27
/// )
0 commit comments