We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5065ff8 commit 93eca75Copy full SHA for 93eca75
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@paxapos/av-inputs",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Stencil Component Input webcam",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.js",
src/components/input-barcode/input-barcode.tsx
@@ -126,7 +126,7 @@ export class InputBarcode {
126
componentDidLoad(){
127
console.info('entrooo',this.supportedFormats)
128
const config: Html5QrcodeFullConfig = {
129
- verbose: Build.isDev,
+ verbose: false,
130
formatsToSupport: this.supportedFormats,
131
};
132
this.html5QrCode = new Html5Qrcode(this.uuidGeneric, config);
0 commit comments