The first Popup should close and the second should open
Both Popups stay open.
0.64.4
Here's an example:
http://codepen.io/anon/pen/XpVqKq
It happens on the doc page as well:

Yep, the trigger click handler is stopping propagation. We should instead be checking if the click was inside the trigger node, rather than stopping the event from propagating.
https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/addons/Portal/Portal.js#L249
PR coming.
Released in [email protected].
The issue seems to be back:

Any update on this issue? I'm having exactly the same experience as described above.
Please don't post anything in the old closed issues. If you have an issue, please fill a new issue with issue template.
Most helpful comment
Released in
[email protected].