Skip to content

Commit 9ba2bb9

Browse files
committed
Remove hashable requirement from UIPushAction
This requirement isn't needed, since the hashability occurs in the internals of `StackState`.
1 parent cf4177a commit 9ba2bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
/// - filePath: The source `#filePath` associated with the push.
9292
/// - line: The source `#line` associated with the push.
9393
/// - column: The source `#column` associated with the push.
94-
public func callAsFunction<Element: Hashable>(
94+
public func callAsFunction<Element>(
9595
state: Element,
9696
fileID: StaticString = #fileID,
9797
filePath: StaticString = #filePath,

0 commit comments

Comments
 (0)