azmenak / react-stripe-checkout

Load stripe's checkout.js as a react component. Easiest way to use checkout with React.
MIT License
985 stars 160 forks source link

freeze after close the popup #120

Open cheong12001 opened 6 years ago

cheong12001 commented 6 years ago

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.

nerdmax commented 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.

dhurlburtusa commented 6 years ago

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.

bgwaltney commented 6 years ago

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.