Open
Description
Bug Report
Steps
In this sandbox, click Open Portal, then click Close Portal. Check the console.
https://codesandbox.io/s/happy-drake-yly34?file=/example.js
Expected Result
One callback of onClose
triggered
CB triggered: Button closed
Actual Result
Two callbacks of onClose
triggered
CB triggered: Button closed
CB triggered: Portal closed
Version
"semantic-ui-react": "1.2.1"
Activity
welcome commentedon Sep 3, 2020
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
[-]TransitionablePortal onClose is called even on button click when controlled[/-][+]TransitionablePortal: onClose is called even on button click when controlled[/+]srid12 commentedon Oct 14, 2020
I would like to solve it