We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c80b5 commit fcd4729Copy full SHA for fcd4729
1 file changed
Application/DevLogPresentation/Sources/Home/Detail/TodoDetailView.swift
@@ -14,11 +14,7 @@ struct TodoDetailView: View {
14
@Environment(\.diContainer) private var container: DIContainer
15
@Environment(\.openWindow) private var openWindow
16
@Environment(\.isiOSAppOnMac) private var isiOSAppOnMac
17
- @State private var store: StoreOf<TodoDetailFeature>
18
-
19
- init(store: StoreOf<TodoDetailFeature>) {
20
- self._store = State(initialValue: store)
21
- }
+ @Bindable var store: StoreOf<TodoDetailFeature>
22
23
var body: some View {
24
ZStack {
0 commit comments