#DesertRodent-PostalCodeField

1 messages ยท Page 1 of 1 (latest)

young cairn
#

๐Ÿ‘‹ Are you using Elements, or the new Payment Element?

lime patio
#

Elements...

import { loadStripe } from '@stripe/stripe-js' import { Elements, CardElement, useStripe, useElements } from '@stripe/react-stripe-js'

young cairn
lime patio
#

Thank you...the documentation doesn't even make reference to anything with regards to hiding it. I was trying to clone a RN configuration to a React Web replication we're doing

young cairn
#

Yeah the docs reflect the new PaymentElement these days as it's the recommended flow.

#

React uses an options prop for these

lime patio
#

magic..thank you!

#

could have sworn blind i tried that! ๐Ÿ™‚

#

thanks for your help!