dillon1000/react
Commit
Browse files 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.
Changed paths2 files
First-parent comparisonpackages/react-dom-bindings/src/events/ReactDOMEventListener.js ModifiedM packages/react-dom-bindings/src/events/ReactDOMEventReplaying.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…