You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I recently updated plaid_flutter package to 4.2.0 version from 3.1.6 and I noticed there is a bit of a delay now to the emission of the onExit event triggering. To be more precise I have a loading state (loading indicator) beneath Plaid link and with package version 3.1.6 when pressing 'x' button on the top right of the plaid link, exit event gets triggered immediately (perhaps even before plaid link closes), so when plaid link UI goes away I see no loading state. With package version 4.2.0 I see loading state for a moment after which onExit triggers.
Expected outcome
onExit event should trigger as soon as user presses the 'x' button
Actual outcome
onExit event triggers after some delay in newest version
The text was updated successfully, but these errors were encountered:
Hi there, I recently updated plaid_flutter package to 4.2.0 version from 3.1.6 and I noticed there is a bit of a delay now to the emission of the onExit event triggering. To be more precise I have a loading state (loading indicator) beneath Plaid link and with package version 3.1.6 when pressing 'x' button on the top right of the plaid link, exit event gets triggered immediately (perhaps even before plaid link closes), so when plaid link UI goes away I see no loading state. With package version 4.2.0 I see loading state for a moment after which onExit triggers.
Expected outcome
onExit event should trigger as soon as user presses the 'x' button
Actual outcome
onExit event triggers after some delay in newest version
The text was updated successfully, but these errors were encountered: