-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
It is not possible to add viewBox as a property to React QR when you use TypeScript.
The error it gives is:
Overload 1 of 2, '(props: QRCodeProps | Readonly<QRCodeProps>): QRCode', gave the following error.
Type '{ value: string; size: number; viewBox: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<QRCode> & Readonly<QRCodeProps>'.
Property 'viewBox' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<QRCode> & Readonly<QRCodeProps>'.
Overload 2 of 2, '(props: QRCodeProps, context: any): QRCode', gave the following error.
Type '{ value: string; size: number; viewBox: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<QRCode> & Readonly<QRCodeProps>'.
Property 'viewBox' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<QRCode> & Readonly<QRCodeProps>'.```
Metadata
Metadata
Assignees
Labels
No labels