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

Add missing "id" and "className" to the component type definition

Open Eerosal opened this issue 1 year ago • 0 comments

It seems that the properties className and id are missing from the component property type definition. They seem to be supported and work with ts-ignore, but without it there will of course be an error.

This change adds type entries for the missing properties and should fix the issue.

Eerosal avatar May 24 '24 22:05 Eerosal