dillon1000/react

Commit

Remove findInstanceBlockingEvent unused parameters (#26534)

## Summary
First three parameters of `findInstanceBlockingEvent` are unused since I
think if we remove the unused parameters it makes it easier to know that
which parameters is need by `findInstanceBlockingEvent`.

## How did you test this change?
Existing tests.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-dom-bindings/src/events/ReactDOMEventListener.js ModifiedM packages/react-dom-bindings/src/events/ReactDOMEventReplaying.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…