Skip to content

Commit

Permalink
Fix test gate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Oct 18, 2022
1 parent 1ef218d commit 0eecd96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ describe('ReactDOMFizzServer', () => {
ReactDOMFizzServer = require('react-dom/server');
Stream = require('stream');
Suspense = React.Suspense;
use = React.use;
if (gate(flags => flags.enableSuspenseList)) {
SuspenseList = React.SuspenseList;
use = React.use;
}

PropTypes = require('prop-types');
Expand Down

0 comments on commit 0eecd96

Please sign in to comment.