Lazy load Plaid link tokens, fix link issues on broadcast #2302
Reference in New Issue
Block a user
Delete Branch "zachgoll/fix-link-token-handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously, link tokens were generated inline to
plaid_itempartial, which caused errors when broadcasting a replacement in Sync completions. This PR lazy-loads Plaid link tokens and moves everything to the controller.