Skip to content

Commit

Permalink
fix gate again
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed Aug 12, 2022
1 parent 4f5aa87 commit 8e69ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactDOMRoot-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe('ReactDOMRoot', () => {
);
});

// @gate !enableFloat
// @gate !__DEV__ || !enableFloat
it('warns if updating a root that has had its contents removed', async () => {
const root = ReactDOMClient.createRoot(container);
root.render(<div>Hi</div>);
Expand Down

0 comments on commit 8e69ca1

Please sign in to comment.