File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-dom/src/__tests__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2842,7 +2842,7 @@ describe('ReactDOMFizzServer', () => {
2842
2842
} ) ;
2843
2843
} ) ;
2844
2844
2845
- // @gate experimental && enableClientRenderFallbackOnTextMismatch && enableClientRenderFallbackOnHydrationMismatch
2845
+ // @gate experimental && enableClientRenderFallbackOnTextMismatch
2846
2846
it ( '#24384: Suspending should halt hydration warnings while still allowing siblings to warm up' , async ( ) => {
2847
2847
const makeApp = ( ) => {
2848
2848
let resolve , resolved ;
@@ -2932,7 +2932,7 @@ describe('ReactDOMFizzServer', () => {
2932
2932
expect ( Scheduler ) . toFlushAndYield ( [ ] ) ;
2933
2933
} ) ;
2934
2934
2935
- // @gate experimental && enableClientRenderFallbackOnTextMismatch && enableClientRenderFallbackOnHydrationMismatch
2935
+ // @gate experimental && enableClientRenderFallbackOnTextMismatch
2936
2936
it ( 'only warns once on hydration mismatch while within a suspense boundary' , async ( ) => {
2937
2937
const originalConsoleError = console . error ;
2938
2938
const mockError = jest . fn ( ) ;
You can’t perform that action at this time.
0 commit comments