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
Hey Guys, First of all, thank you for the amazing package. We're having an issue where the noLoadingState parameter of the LinkTokenConfiguration class, does not work. Meaning, even when the parameter is set to true, it will still load.
And here's the result of opening Plaid Link, it still shows the low opacity loading screen and sends our UI backwards. It's not the experience we want to give our users, and it feels a little too clunky for our liking, it also creates overlap with our internal loading indicator.
Anyone had any luck fixing this?
The text was updated successfully, but these errors were encountered:
Hey Guys, First of all, thank you for the amazing package. We're having an issue where the
noLoadingState
parameter of the LinkTokenConfiguration class, does not work. Meaning, even when the parameter is set totrue
, it will still load.Here's how we're using it:
PlaidLink.open( configuration: LinkTokenConfiguration( noLoadingState: true, token: linkToken, ));
And here's the result of opening Plaid Link, it still shows the low opacity loading screen and sends our UI backwards. It's not the experience we want to give our users, and it feels a little too clunky for our liking, it also creates overlap with our internal loading indicator.
Anyone had any luck fixing this?
The text was updated successfully, but these errors were encountered: