You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: