Library used
paypal-js
🐞 Describe the Bug
A missing disableMaxHeight field in PayPalButtonStyle type
🔬 Minimal Reproduction
PayPalButtonStyle is missing disableMaxHeight field
😕 Actual Behavior
Typescript throws an error: Object literal may only specify known properties, and 'disableMaxHeight' does not exist in type 'PayPalButtonStyle'.
🤔 Expected Behavior
Types should match the interfaces outlined in documentation
Library used
paypal-js
🐞 Describe the Bug
A missing
disableMaxHeightfield inPayPalButtonStyletype🔬 Minimal Reproduction
PayPalButtonStyleis missingdisableMaxHeightfield😕 Actual Behavior
Typescript throws an error:
Object literal may only specify known properties, and 'disableMaxHeight' does not exist in type 'PayPalButtonStyle'.🤔 Expected Behavior
Types should match the interfaces outlined in documentation