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

findDOMNode was called on an unmounted component

Open lorensr opened this issue 6 years ago • 4 comments
trafficstars

I'm getting this error after I click "Pay $10", when my page then rerenders without <StripeCheckout>. I'm not calling findDOMNode, but I'm guessing Checkout is?

inner-284ced8932f4a8…085eeb162a4124.js:6 Uncaught Invariant Violation: Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at n (https://checkout.stripe.com/m/lib/inner-284ced8932f4a845e0085eeb162a4124.js:6:27558)
    at Object.r [as findDOMNode] (https://checkout.stripe.com/m/lib/inner-284ced8932f4a845e0085eeb162a4124.js:62:194)
    at t (https://checkout.stripe.com/m/lib/inner-284ced8932f4a845e0085eeb162a4124.js:37:22320)
    at r (https://checkout.stripe.com/m/lib/inner-284ced8932f4a845e0085eeb162a4124.js:58:14240)

lorensr avatar Mar 05 '19 07:03 lorensr

I'm getting the same error. I don't suppose you found a solution, did you?

samcpop avatar Mar 21 '19 03:03 samcpop

I got the same error ? Btw, how can we enable apple pay, google pay like alipay ?

phongle2512 avatar May 06 '19 06:05 phongle2512

Did you find a solution?

LanguageXange avatar Sep 20 '20 05:09 LanguageXange

I'm getting the same error - React 16.8

anjanesh avatar Nov 01 '20 03:11 anjanesh