mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Annotate legacy mode tests in ReactDOMInput (#28333)
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user