@samitouri / QOS-React-2 / commits / a515d753ba

Annotate legacy mode tests in ReactDOMInput (#28333)

Sebastian Silbermann committed Feb 20, 2024 at 16:52 UTC a515d753ba54566228b2c8622fa8e2de7e57bfef
1 file changed +1 -1
packages/react-dom/src/__tests__/ReactDOMInput-test.js
+1 -1
@@ -1707,7 +1707,7 @@ describe('ReactDOMInput', () => {
1707 assertInputTrackingIsCurrent(container);
1708 });
1709
1710 - it('should control radio buttons if the tree updates during render', () => {
1710 + it('should control radio buttons if the tree updates during render in legacy mode', async () => {
1711 container.remove();
1712 container = document.createElement('div');
1713 document.body.appendChild(container);