Skip to content

Commit

Permalink
remove gating because unstable_scheduleHydration is no longer gated t…
Browse files Browse the repository at this point in the history
…hrough index.stable.js because its exposed through ReactDOMHydrationRoot instead of the ReactDOM package
  • Loading branch information
salazarm committed Nov 15, 2021
1 parent 08f95b3 commit 85dd10f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,6 @@ describe('ReactDOMServerPartialHydration', () => {
expect(container.textContent).toBe('ALoading B');
});

// @gate experimental || www
it('clears server boundaries when SuspenseList runs out of time hydrating', async () => {
let suspend = false;
let resolve;
Expand Down

0 comments on commit 85dd10f

Please sign in to comment.