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
I have a barcode that have the prop
formatbeingITF14, 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:
Version of the lib: 1.5.3