This commit is contained in:
Tianyu Yao
2022-12-09 19:55:30 -08:00
parent ec94d67be8
commit 12b14c4867
@@ -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');