Skip to content

Commit

Permalink
fix: qrcode extension (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorosip0v committed Dec 1, 2023
1 parent 5fc9da1 commit 4617097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/QRCode.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { memo, useMemo } from 'react'
import type { ReactElement } from 'react'
import QRCodeUtil from 'qrcode/lib/core/qrcode'
import QRCodeUtil from 'qrcode/lib/core/qrcode.js'

const generateMatrix = (data: string): Array<number[]> => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call
Expand Down

0 comments on commit 4617097

Please sign in to comment.