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
Effect.run { try await ... } needs to be handled whenever used. For example in TransactionList/TransactionListStore.swift:97 the transaction may fail but the error is handled since TCA 1.0.0 refactor.
The text was updated successfully, but these errors were encountered:
Effect.run { try await ... } needs to be handled whenever used. For example in
TransactionList/TransactionListStore.swift:97
the transaction may fail but the error is handled since TCA 1.0.0 refactor.The text was updated successfully, but these errors were encountered: