Skip to content

Commit

Permalink
Update packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Clark <git@andrewclark.io>
  • Loading branch information
gnoff and acdlite authored May 25, 2022
1 parent c464d6c commit c26eef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3533,7 +3533,7 @@ describe('ReactDOMFizzServer', () => {
});

// @gate experimental
fit('#24578 Hydration errors caused by a suspending component should not become recoverable when nested in an ancestor Suspense that is showing primary content', async () => {
it('#24578 Hydration errors caused by a suspending component should not become recoverable when nested in an ancestor Suspense that is showing primary content', async () => {
// this test failed before because hydration errors on the inner boundary were upgraded to recoverable by
// a codepath of the outer boundary
function App({isClient}) {
Expand Down

0 comments on commit c26eef1

Please sign in to comment.