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

React components for Stripe.js and Stripe Elements

Results 23 react-stripe-js issues
Sort by recently updated
recently updated
newest added

### What happened? I am using Embedded Form for payment follow: ``` const stripePromise = loadStripe(process.env.STRIPE_KEY, { apiVersion: process.env.STRIPE_API_VERSION, }); const CheckoutForm2 = ({ translates, locale }) => { const...

bug

### Summary & motivation Storybook was failing to run on Node.js v17+ due to OpenSSL breaking changes and Webpack's use of deprecated crypto functions. Added the --openssl-legacy-provider flag to the...

### What happened? When focusing the Google Pay button, the outline is not displayed correctly, it only appears at the top & bottom of the component. Expected behavior: 1. The...

bug