Action
Action copied to clipboard
v4.2.0 throw error when building code
my Action version is 4.2.0,
when execute the following code, Xcode 14.2 throw the error:
Generic parameter 'Type' could not be inferred, xx has no member 'init':
let action = Action<String, String> { input in print(input) return .just(input) }
help pls.