Skip to content

Commit 391abd4

Browse files
authored
Add Sendable conformance to AlertState (pointfreeco#127)
1 parent 640d92c commit 391abd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftUINavigationCore/AlertState.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@
212212
}
213213
}
214214

215+
extension AlertState: Sendable where Action: Sendable {}
216+
215217
// MARK: - SwiftUI bridging
216218

217219
extension Alert {

0 commit comments

Comments
 (0)