@@ -187,7 +187,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
187
187
document . body . removeChild ( container ) ;
188
188
} ) ;
189
189
190
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
191
190
it ( 'hydrates at higher pri if sync did not work first time' , async ( ) => {
192
191
let suspend = false ;
193
192
let resolve ;
@@ -285,7 +284,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
285
284
document . body . removeChild ( container ) ;
286
285
} ) ;
287
286
288
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
289
287
it ( 'hydrates at higher pri for secondary discrete events' , async ( ) => {
290
288
let suspend = false ;
291
289
let resolve ;
@@ -470,7 +468,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
470
468
} ) ;
471
469
472
470
// @gate www
473
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
474
471
it ( 'hydrates at higher pri if sync did not work first time (createEventHandle)' , async ( ) => {
475
472
let suspend = false ;
476
473
let isServerRendering = true ;
@@ -569,7 +566,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
569
566
} ) ;
570
567
571
568
// @gate www
572
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
573
569
it ( 'hydrates at higher pri for secondary discrete events (createEventHandle)' , async ( ) => {
574
570
const setClick = ReactDOM . unstable_createEventHandle ( 'click' ) ;
575
571
let suspend = false ;
@@ -684,7 +680,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
684
680
document . body . removeChild ( container ) ;
685
681
} ) ;
686
682
687
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
688
683
it ( 'hydrates the hovered targets as higher priority for continuous events' , async ( ) => {
689
684
let suspend = false ;
690
685
let resolve ;
@@ -804,7 +799,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
804
799
document . body . removeChild ( container ) ;
805
800
} ) ;
806
801
807
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
808
802
it ( 'hydrates the last target path first for continuous events' , async ( ) => {
809
803
let suspend = false ;
810
804
let resolve ;
@@ -942,7 +936,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
942
936
} ) ;
943
937
944
938
// @gate experimental || www
945
- // @gate !enableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay
946
939
it ( 'hydrates before an update even if hydration moves away from it' , async ( ) => {
947
940
function Child ( { text} ) {
948
941
Scheduler . unstable_yieldValue ( text ) ;
0 commit comments