Skip to content

Commit 529ad40

Browse files
authored
Remove hashable requirement from UIPushAction (#3652)
This requirement isn't needed, since the hashability occurs in the internals of `StackState`.
1 parent a2944da commit 529ad40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift

+1-1
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)