Switch to low QR code error correction

(cherry picked from commit fc3ebe40a7)
This commit is contained in:
Evan Hahn 2022-01-06 09:59:03 -06:00 committed by GitHub
parent 88b1b77cea
commit bbbbd8137a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { strictAssert } from '../util/assert';
import { useDevicePixelRatio } from '../hooks/useDevicePixelRatio';
const AUTODETECT_TYPE_NUMBER = 0;
const ERROR_CORRECTION_LEVEL = 'H';
const ERROR_CORRECTION_LEVEL = 'L';
type PropsType = Readonly<{
'aria-label': string;