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
When I pass a dynamic token into the component it doesn't stick. If I'm understanding the code, it looks like the token is applied when the Plaid Link script is loaded, and then everything is static.
Would it be possible to make the token reactive?
The text was updated successfully, but these errors were encountered:
@damonjanis it should be possible. Would have to do some research to see if Plaid allows you to switch that information from their class after its instantiated, otherwise it would involve destroying the Plaid object and recreating it whenever one of the parameters changes. Not the most elegant solution, but should handle what you are looking for. Schedule is unfortunately busy currently but will try to give it a gander in the next week or so.
When I pass a dynamic token into the component it doesn't stick. If I'm understanding the code, it looks like the token is applied when the Plaid Link script is loaded, and then everything is static.
Would it be possible to make the token reactive?
The text was updated successfully, but these errors were encountered: