adyen-web
adyen-web copied to clipboard
[Web Drop-in] challengeWindowSize type in CoreOptions.paymentMethodsConfiguration
Using:
"@adyen/adyen-web": "5.57.0",
Web Drop-in
When adding the challengeWindowSize
prop as the documentation describes, a type error is being returned.
Config:
paymentMethodsConfiguration: {
// 3D Secure 2 window
threeDS2: {
challengeWindowSize: "05",
},
}
The error is returned from @adyen/adyen-web/dist/types/components/types.d.ts
Type '{ challengeWindowSize: string; }' has no properties in common with type 'Partial<UIElementProps>'
No error is
Introduced by this PR
Hi @michielmetcake ,
It should be fixed on 5.60.0. Cheers.