Skip to content

Commit 0296811

Browse files
committed
gates
1 parent 2e0e6c8 commit 0296811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ describe('ReactDOMFizzServer', () => {
28502850
});
28512851
});
28522852

2853-
// @gate experimental && enableClientRenderFallbackOnTextMismatch
2853+
// @gate experimental
28542854
it('#24384: Suspending should halt hydration warnings and not emit any if hydration completes successfully after unsuspending', async () => {
28552855
const makeApp = () => {
28562856
let resolve, resolved;

0 commit comments

Comments
 (0)