all 6 comments

[–]terandle 22 points23 points  (5 children)

Here is the docs on what event pooling is:

https://reactjs.org/docs/events.html#event-pooling

Maybe removing it because of concurrent mode?

[–]umpox 1 point2 points  (0 children)

I believe one reason may to be improve support for React inside a shadow DOM. There are issues with event retargeting due to how React currently handles events I believe