@@ -43,7 +43,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
43
43
}
44
44
45
45
// @gate experimental
46
- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
46
+ // @gate enableNativeEventPriorityInference
47
47
it ( 'ignores discrete events on a pending removed element' , async ( ) => {
48
48
const disableButtonRef = React . createRef ( ) ;
49
49
const submitButtonRef = React . createRef ( ) ;
@@ -95,7 +95,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
95
95
} ) ;
96
96
97
97
// @gate experimental
98
- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
98
+ // @gate enableNativeEventPriorityInference
99
99
it ( 'ignores discrete events on a pending removed event listener' , async ( ) => {
100
100
const disableButtonRef = React . createRef ( ) ;
101
101
const submitButtonRef = React . createRef ( ) ;
@@ -165,7 +165,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
165
165
} ) ;
166
166
167
167
// @gate experimental
168
- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
168
+ // @gate enableNativeEventPriorityInference
169
169
it ( 'uses the newest discrete events on a pending changed event listener' , async ( ) => {
170
170
const enableButtonRef = React . createRef ( ) ;
171
171
const submitButtonRef = React . createRef ( ) ;
@@ -229,7 +229,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
229
229
} ) ;
230
230
231
231
// @gate experimental
232
- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
232
+ // @gate enableNativeEventPriorityInference
233
233
it ( 'mouse over should be user-blocking but not discrete' , async ( ) => {
234
234
const root = ReactDOM . unstable_createRoot ( container ) ;
235
235
@@ -260,7 +260,7 @@ describe('ReactDOMNativeEventHeuristic-test', () => {
260
260
} ) ;
261
261
262
262
// @gate experimental
263
- // @gate enableDiscreteEventMicroTasks && enableNativeEventPriorityInference
263
+ // @gate enableNativeEventPriorityInference
264
264
it ( 'mouse enter should be user-blocking but not discrete' , async ( ) => {
265
265
const root = ReactDOM . unstable_createRoot ( container ) ;
266
266
0 commit comments