_CaseLetMismatchView
SwitchStore.swift:204@MainActor struct _CaseLetMismatchView<State, Action>
@MainActor struct _CaseLetMismatchView<State, Action>
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
@globalActor final actor MainActor
A singleton actor whose executor is equivalent to the main dispatch queue.
protocol Sendable
@MainActor var body: some View { get }