Skip to content

Commit

Permalink
add gate
Browse files Browse the repository at this point in the history
  • Loading branch information
tyao1 committed Dec 10, 2022
1 parent ec94d67 commit 12b14c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1773,6 +1773,7 @@ describe('ReactDOMServerSelectiveHydration', () => {
document.body.removeChild(container);
});

// @gate experimental || www
it('regression test: can unwind context on selective hydration interruption', async () => {
const Context = React.createContext('DefaultContext');

Expand Down

0 comments on commit 12b14c4

Please sign in to comment.