mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-14 20:35:56 +01:00
* Voice Memos update: declare store as static to avoid interference with Xcode previews * Todos update: declare store as static to avoid interference with Xcode previews * SpeechRecognition update: declare store as static to avoid interference with Xcode previews * Search update: declare store as static to avoid interference with Xcode previews * remove: remove @MainActor, if isTesting * [SyncUps] remove @mainactor * Apply suggestions from code review * fix method name --------- Co-authored-by: Stephen Celis <stephen.celis@gmail.com>