stripe / react-stripe-js

React components for Stripe.js and Stripe Elements
https://stripe.com/docs/stripe-js/react
MIT License
1.75k stars 267 forks source link

Prevent Embedded Checkout unmount errors #446

Closed cweiss-stripe closed 1 year ago

cweiss-stripe commented 1 year ago

r? @tiff-stripe && @pololi-stripe

Summary & motivation

The cleanup order for effects in React is parent, then child..

This PR makes sure that we catch the error that gets emitted when a destroyed Embedded Checkout instance gets unmounted (we do something similar for Elements).

Testing & documentation

Unit test