-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QrCode Type type as string #122
Comments
Hi @AmbrosioV can you attached the error you're encountering from your IDE? We don't see any linting error on both TS and JS. |
You actually had to type here is the PR Link if you wanted to change, ty 🙌🏻 |
hi, i got the same issue on createCode (QrCode). |
@fachryadhitya @muasx88, the PR contains changes to |
i've created a new issue: #194 |
Hey, In CreateCode function the Type parameter should be string?
I'm having issues with TS on that part as the string value of QrCode.Type.Dynamic does not overlaps with the QrCodeTypes object
The text was updated successfully, but these errors were encountered: