We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6f2b4 commit 3b01449Copy full SHA for 3b01449
Sources/ComposableArchitecture/Core.swift
@@ -61,9 +61,9 @@ final class RootCore<Root: Reducer>: Core {
61
self.reducer = reducer
62
}
63
func send(_ action: Root.Action) -> Task<Void, Never>? {
64
- _withoutPerceptionChecking {
65
- _send(action)
66
- }
+ _withoutPerceptionChecking {
+ _send(action)
+ }
67
68
private func _send(_ action: Root.Action) -> Task<Void, Never>? {
69
self.bufferedActions.append(action)
Sources/ComposableArchitecture/Internal/NavigationID.swift
@@ -1,5 +1,5 @@
1
-import Foundation
2
@_spi(Reflection) import CasePaths
+import Foundation
3
4
extension DependencyValues {
5
var navigationIDPath: NavigationIDPath {
0 commit comments