mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
add gate
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user