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

ITF14 not being rendered by the lib

Open noghartt opened this issue 1 year ago • 0 comments

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

noghartt avatar Jun 20 '24 15:06 noghartt