#Baris-react-stripe-js-suspense
1 messages · Page 1 of 1 (latest)
I have discovered that this issue mentioned here #dev-help message is caused by the Suspense tree. When removing it, its getting resolved fine and the hooks return their values and also the <PaymentElement /> shows up
otherwise the hooks return values were null and the PaymentElement did never show up
Ah, sorry I missed that original message
I would recommend filing an issue on GitHub: https://github.com/stripe/react-stripe-js
GitHub
React components for Stripe.js and Stripe Elements - GitHub - stripe/react-stripe-js: React components for Stripe.js and Stripe Elements
I doubt they'll add support until React 18 is released (still in beta, right?)