Lazy load Plaid link tokens, fix link issues on broadcast #2302

Merged
zachgoll merged 2 commits from zachgoll/fix-link-token-handling into main 2025-05-25 20:12:55 +08:00
zachgoll commented 2025-05-25 09:50:53 +08:00 (Migrated from github.com)

Previously, link tokens were generated inline to plaid_item partial, which caused errors when broadcasting a replacement in Sync completions. This PR lazy-loads Plaid link tokens and moves everything to the controller.

Previously, link tokens were generated inline to `plaid_item` partial, which caused errors when broadcasting a replacement in Sync completions. This PR lazy-loads Plaid link tokens and moves everything to the controller.
Sign in to join this conversation.