#sai_rez - Console Error

1 messages · Page 1 of 1 (latest)

honest knoll
#

Hi 👋

#

And where do they see this error?

flint aspen
#

They get it when updating their card details in our flow

honest knoll
#

And are you applying any styling to the payment element in your flow?

flint aspen
#

No i don't believe so

#

Through javascript or css?

honest knoll
#

So this error shows up when your site renders the Payment Element? Or are you using the Card element?

flint aspen
#

We're using

        <CardNumberElement
          placeholder={'Card number'}
          options={{ style }}
          onFocus={this.setCardNumberFocused(true)}
          onBlur={this.setCardNumberFocused(false)}
          onChange={this.handleCardNumberChange}
          data-test-locator="CardDetails-CardNumber"
        />
#

So i guess you are referring to the style object we're passing as options?

honest knoll
#

I am curious if that is involved

#

But also you are using legacy card elements to that is good to know as well

flint aspen
#

Do you know what kind of issues that would cause?

#

Could it block stripe from loading or block SCA?

honest knoll
flint aspen
#

Ok thanks for your help, I'll look to update our elements