mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d5fd60f7e6
## 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.