-
Notifications
You must be signed in to change notification settings - Fork 122
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
Android crash: Illegal callback invocation from native module #398
Comments
This can occur when people attempt to open Plaid Link multiple times. We are working on mitigating this on our end, but in the meantime, you can also disable the button after the first click and prevent multiple Plaid sessions from being opened. |
Hi @amytang0, how can we disable the button? I just checked the implementation but it seems the PlaidLink component does not support extra props like |
Have the same issue as @donatoaguirre24. Need a way to disable it. |
@amytang0 We have found a point in our code where we might be calling |
In our case, it was |
The problem
One of our android end users experienced a crash in the plaid flow caused by:
Illegal callback invocation from native module. This callback type only permits a single invocation from native code.
Environment
Steps to Reproduce
N/A
Expected Result
No crash
Screenshots
N/A
Logs
Below is the relevant stack trace
Code To Reproduce Issue
N/A
The text was updated successfully, but these errors were encountered: