We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @Sam-Kruglov usePlaidLink is not part of this SDK. It's part of the react SDK I linked.
Sorry, something went wrong.
Gosh you guys keep pointing fingers instead of owning the product, ok let me create the 3rd damn ticket
plaid/react-plaid-link#361
No branches or pull requests
The text was updated successfully, but these errors were encountered: