Skip to content

Commit 8e69ca1

Browse files
committed
fix gate again
1 parent 4f5aa87 commit 8e69ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMRoot-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ describe('ReactDOMRoot', () => {
358358
);
359359
});
360360

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

0 commit comments

Comments
 (0)