#Daniel M.-stripe js
1 messages · Page 1 of 1 (latest)
Cool thank you!
The error message appears 4 times each render
so it might have sometzhing to do with the 4 Inputfields i guess
what are you using as a library?
import { useEffect, useState } from 'react';
import {
PaymentElement,
useStripe,
useElements
} from '@stripe/react-stripe-js';
import './PaymentModal.css';
import { PaymentIntentResult } from '@stripe/stripe-js';
im using the exact component from the docs in the quickstart tutorial