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.
UIPushAction
1 parent a2944da commit 529ad40Copy full SHA for 529ad40
Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift
@@ -91,7 +91,7 @@
91
/// - filePath: The source `#filePath` associated with the push.
92
/// - line: The source `#line` associated with the push.
93
/// - column: The source `#column` associated with the push.
94
- public func callAsFunction<Element: Hashable>(
+ public func callAsFunction<Element>(
95
state: Element,
96
fileID: StaticString = #fileID,
97
filePath: StaticString = #filePath,
0 commit comments