If I have some eg onClick events on component inside portal - this event will not be detected if used with reverse portal.
Eg. InPortal is rendered at the root level of the app
Then OutPortal is used inside some container that has it's own click events.
In such case - click events are only passed up directly to the root element, skipping container of OutPortal.