#kevin_code

1 messages ยท Page 1 of 1 (latest)

sonic prawnBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1425424212163563606

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

shell pulsar
carmine violet
#

I'm using this version "@stripe/react-stripe-js": "4.0.2", and the wallets doesn't exist in options props

shell pulsar
#

ok, taking a deeper look

#

can you confirm which version of the Stripe.js library you're using?

carmine violet
#

Yep I'm using this ๐Ÿ™‚

"@stripe/react-stripe-js": "4.0.2",
"@stripe/stripe-js": "7.9.0",
shell pulsar
#

looks like you're using a current version, so could you share the exact code that's failing when you try to use this property?

carmine violet
#

Yup it's TS saying this props doesn't exist

shell pulsar
#

based on the error, it looks like you're passing this property when creating the instance of Elements

the property should instead be passed to the PaymentElement Component

#

if you can share the actual code I can take a closer look

carmine violet
#

Oh I'm so dumb ๐Ÿ˜ญ Thanks a lot ๐Ÿ˜‚

#

It's okay now thanks

#

๐Ÿ™

#

You can close the thread if you want ๐Ÿ˜„

shell pulsar
#

Absolutely no problem of course, glad this helped!

sonic prawnBOT