Attach Listeners Eagerly to Roots and Portal Containers by gaearon · Pull Request #19659 · facebook/react

Fixes #19608. It uncovered a flaw in our current bubbling strategy: if the portal tree doesn't have a particular listener (e.g. onClick), but the parent tree does, the event doesn't bubble ...