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 3758e90 commit bbcd8beCopy full SHA for bbcd8be
TestingHost/OpenSwiftUIUITests/FB13341321.swift
@@ -5,6 +5,7 @@
5
// Created by Kyle on 2023/11/6.
6
//
7
8
+// https://github.com/feedback-assistant/reports/issues/444
9
// (4 toggles: C1T1 C1T2 C2T1 C2T2 - C1T1&C2T1 use the same truth, C1T2&C2T2 use the same truth )
10
// macOS 14 behavior with SwiftUI
11
// C1T1's UI will only be updated at most 1 time if we only tap T1.
@@ -20,6 +21,9 @@
20
21
// Tap on C1T1 or C2T1 will update both toggle at the same time. (Expected)
22
// Tap on C1T2 or C2T2 will update both toggle at the same time. (Expected)
23
// But one is with transactino and the other is not.
24
+//
25
+// Status Update:
26
+// Fixed on macOS 15.1
27
28
import SwiftUI
29
import Observation
0 commit comments