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

usePlaidLink.open(token=null) fails silently #435

Closed
Sam-Kruglov opened this issue Nov 16, 2024 · 2 comments
Closed

usePlaidLink.open(token=null) fails silently #435

Sam-Kruglov opened this issue Nov 16, 2024 · 2 comments

Comments

@Sam-Kruglov
Copy link

const [linkResult, setLinkResult] = useState<{
    loading: boolean
    errorMessage?: string | null
    errorType?: string | null
  }>({ loading: true })
const { open, ready, error } = usePlaidLink({token: undefined, ...})
if (ready) open()
if (error) return <Err500/> // always null
if (linkResult.loading) return <Spinner/> // showing this forever
@phoenixy1
Copy link
Contributor

This doesn't appear to be related to the plaid-java client library -- if you're having an issue with usePlaidLink.open feel free to file this against https://github.com/plaid/react-native-plaid-link-sdk with this form filled out -- https://github.com/plaid/react-native-plaid-link-sdk/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=

@Sam-Kruglov
Copy link
Author

Sam-Kruglov commented Nov 19, 2024

You guys should be more proactive when forwarding customers, If you get a bug report, you should take ownership as plaid not as plaid-java. If I forget to come back here you lose that bug report.

plaid/react-native-plaid-link-sdk#728

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

No branches or pull requests

2 participants