#moray-react

1 messages · Page 1 of 1 (latest)

viral wave
#

👋 Happy to help

azure brook
#

Thanks. Have I got something in the example wrong or should I log an issue on react-stripe-js Github?

viral wave
#

What Elements do you use? Is it Payment Element?

azure brook
#

It's the Elements provider

#

import {Elements} from '@stripe/react-stripe-js';

viral wave
azure brook
#

Yes, I have that

#

I'm specifically asking about the type error on the Elements component

#

Am I using the provider incorrectly or is this type error because of a bug in the library?

bleak summit
#

Are you using React 18?

#

And which version of react-stripe-js?

azure brook
#

React 18.2.0, @stripe/react-stripe-js 1.7.1

bleak summit
azure brook
#

Oh brilliant, thanks! I hadn't noticed the old package version 🤭

#

I'll upgrade and see what happens

#

That fixed it, thanks!