Open cheong12001 opened 6 years ago
I got exactly the same issue! I can see Stripe is downloading something after closing the popup and maybe that blocks the whole page? Just a guess.
I believe this is happening because the backdrop of the modal dialog slowly fades away based on Stripe's CSS. It appears there is no backdrop because it is completely transparent. I don't believe the issue is with react-stripe-checkout
.
Anyone find a solution for this yet? I noticed it also spits out a ton of depreciation warnings
[Deprecation] 'webkitURL' is deprecated. Please use 'URL' instead.
when i open the payment popup, let it for 5 seconds, then close the payment popup. the screen will freeze for several seconds before i can click anything.