#Daniel M.-stripe js

1 messages · Page 1 of 1 (latest)

wind abyss
#

👋 happy to help

#

I'm not sure, I'm looking at this

leaden basalt
#

Cool thank you!
The error message appears 4 times each render

#

so it might have sometzhing to do with the 4 Inputfields i guess

wind abyss
#

what are you using as a library?

leaden basalt
#
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

wind abyss
#

could you please see where does the audit.js file come from?

#

I don't think it's Stripe related to be honest

leaden basalt
#

it´s a component

#

thats my page