Skip to content

Commit

Permalink
remove another gating
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Nov 15, 2021
1 parent d3070c6 commit 8523528
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ describe('ReactDOMServerSelectiveHydration', () => {
document.body.removeChild(container);
});

// @gate experimental || www
it('hydrates the last explicitly hydrated target at higher priority', async () => {
function Child({text}) {
Scheduler.unstable_yieldValue(text);
Expand Down

0 comments on commit 8523528

Please sign in to comment.