You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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} />
The text was updated successfully, but these errors were encountered:
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} />
The text was updated successfully, but these errors were encountered: