Ivan Savoskin
Results
1
comments of
Ivan Savoskin
@skylarmb Hi. I have the same problem. This is my code: ``` type PlaidProps = { submitHandler: typeof updateBankAccountAction | typeof postBankAccountAction; linkToken: string; }; export const Plaid = (props:...