We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e9554 commit c4d8ef6Copy full SHA for c4d8ef6
packages/react-dom/src/test-utils/ReactTestUtils.js
@@ -495,7 +495,7 @@ function makeSimulator(eventType) {
495
496
ReactDOM.unstable_batchedUpdates(function() {
497
// Normally extractEvent enqueues a state restore, but we'll just always
498
- // do that since we we're by-passing it here.
+ // do that since we're by-passing it here.
499
enqueueStateRestore(domNode);
500
runEventsInBatch(event);
501
});
0 commit comments