Skip to content
Snippets Groups Projects

Update example app

2 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline

Files

import ComposableArchitecture
import SwiftUI
import XCTestDynamicOverlay
public struct ErrorState: Equatable {
public init(error: NSError) {
@@ -17,8 +17,6 @@ public struct ErrorEnvironment {
public let errorReducer = Reducer<ErrorState, ErrorAction, ErrorEnvironment>.empty
#if DEBUG
extension ErrorEnvironment {
public static let failing = ErrorEnvironment()
public static let unimplemented = ErrorEnvironment()
}
#endif
Loading