Annotate legacy mode tests in ReactDOMInput (#28333)

This commit is contained in:
Sebastian Silbermann
2024-02-20 16:52:49 +01:00
committed by GitHub
parent 1deda7690f
commit a515d753ba
+1 -1
View File
@@ -1707,7 +1707,7 @@ describe('ReactDOMInput', () => {
assertInputTrackingIsCurrent(container);
});
it('should control radio buttons if the tree updates during render', () => {
it('should control radio buttons if the tree updates during render in legacy mode', async () => {
container.remove();
container = document.createElement('div');
document.body.appendChild(container);