react-barcode
react-barcode copied to clipboard
ITF14 not being rendered by the lib
I have a barcode that have the prop format being ITF14, but, for some reason, it doesn't render anything. Debugging the SVG, seems to not put anything through their internals, just being <svg></svg>. Any idea what could be? Do I need another required prop?
Code:
<Barcode
value={barcodeValue}
displayValue={false}
format='ITF14'
/>
Version of the lib: 1.5.3