react-stripe-checkout icon indicating copy to clipboard operation
react-stripe-checkout copied to clipboard

freeze after close the popup

Open cheong12001 opened this issue 5 years ago • 3 comments

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.

cheong12001 avatar Sep 14 '18 04:09 cheong12001

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.

nerdmax avatar Sep 19 '18 23:09 nerdmax

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.

dhurlburtusa avatar Oct 28 '18 01:10 dhurlburtusa

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.

bgwaltney avatar Nov 04 '18 19:11 bgwaltney