Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export Plaid CDN to make it possible to load on App level #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrodrigs
Copy link

We had this problem recently, where Plaid CDN was stuck on it's loading state after trying to be loaded after a routing change. Refreshing the page or accessing it directly would not cause this problem, with CDN being loaded without any problem.
Loading the CDN on App level on the first time it runs fixed the routing problem and it would be great to have it exported, so it won't mismatch if for some reason CDN link changes.

@skylarmb
Copy link
Contributor

skylarmb commented May 9, 2022

hey @mrodrigs the usePlaidLink hook is supposed to manage loading of the script tag. Could you clarify why you are doing this in your application separately from simply using the hook?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants