I am currently using react-plaid-link embedded in an application. I am utilizing the onEvent function to check meta-data and capture metrics about our users interactions. However I noticed that when a user loads the PlaidEmbeddedLink for the first time and selects Manually connect the only events triggered are TRANSITION_VIEW and OPEN, however if I select an institution then exit the flow and re-select Manually connect the event SELECT_INSTITUTION is triggered along with the original two.
I believe the SELECT_INSTITUTION should be triggered on the initial click of Manual connect or not triggered at all when Manual connect is selected.
For my specific purposes it would be beneficial if SELECT_INSTITUTION was triggered on every click of Manually connect