diff --git a/Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift b/Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift index 9f0d32ca96e6..4f9981940d4a 100644 --- a/Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift +++ b/Sources/ComposableArchitecture/UIKit/NavigationStackControllerUIKit.swift @@ -91,7 +91,7 @@ /// - filePath: The source `#filePath` associated with the push. /// - line: The source `#line` associated with the push. /// - column: The source `#column` associated with the push. - public func callAsFunction( + public func callAsFunction( state: Element, fileID: StaticString = #fileID, filePath: StaticString = #filePath,