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
CheckoutProvider
The CheckoutProvider is returning null during the prepare phase:
null
react-stripe-js/src/components/CheckoutProvider.tsx
Lines 208 to 210 in 885a0d7
Please provide a fallback component to render, example:
export function Checkout({ clientSecret }: { clientSecret: string }) { const stripeClient = useStripeClient(); return ( <CheckoutProvider stripe={stripeClient} options={{ clientSecret }} fallback={<div>Loading checkout...</div>} > <CheckoutForm /> </CheckoutProvider> ); }
Thanks in advance!
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
The
CheckoutProvider
is returningnull
during the prepare phase:react-stripe-js/src/components/CheckoutProvider.tsx
Lines 208 to 210 in 885a0d7
Please provide a fallback component to render, example:
Thanks in advance!
Environment
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: