react-barcode icon indicating copy to clipboard operation
react-barcode copied to clipboard

Giving type Error for text property on Barcode component.

Open Shafiulmizbah2 opened this issue 1 year ago • 0 comments

When I am trying to change text under barcode using text property it gives typescript error due to the property is not defined on the types file.Though it is rendering text properly.It caused build failure on next js app.

Example code : <Barcode text='This text is not added on the types' width={1.2} height={30} fontSize={13} value={barcode} />

Shafiulmizbah2 avatar Oct 13 '24 18:10 Shafiulmizbah2